From f99b9352d4f6f7d33fc53443228390d1df08c3a1 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 19 Apr 2017 19:31:41 +0200 Subject: for now we set LIBCURL_USES_OPENSSL always diff --git a/plugins/check_curl.c b/plugins/check_curl.c index b513712..5aee165 100644 --- a/plugins/check_curl.c +++ b/plugins/check_curl.c @@ -49,6 +49,9 @@ const char *email = "devel@monitoring-plugins.org"; #include "curl/curl.h" #include "curl/easy.h" +/* TODO: probe this one, how!? */ +#define LIBCURL_USES_OPENSSL + #include "picohttpparser.h" #define MAKE_LIBCURL_VERSION(major, minor, patch) ((major)*0x10000 + (minor)*0x100 + (patch)) -- cgit v0.10-9-g596f