summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-04-19 17:31:41 (GMT)
committerAndreas Baumann <mail@andreasbaumann.cc>2017-04-19 17:31:41 (GMT)
commite67ac139fcf337fdc866676fed567236d7d35434 (patch)
tree04ec6f69210fd591e7d8e7e1aa228e372e91d0e9
parent2643d850723e380801cff6ac74f7ec5b094d6a96 (diff)
downloadmonitoring-plugins-e67ac13.tar.gz
for now we set LIBCURL_USES_OPENSSL always
-rw-r--r--plugins/check_curl.c3
1 files changed, 3 insertions, 0 deletions
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";
49#include "curl/curl.h" 49#include "curl/curl.h"
50#include "curl/easy.h" 50#include "curl/easy.h"
51 51
52/* TODO: probe this one, how!? */
53#define LIBCURL_USES_OPENSSL
54
52#include "picohttpparser.h" 55#include "picohttpparser.h"
53 56
54#define MAKE_LIBCURL_VERSION(major, minor, patch) ((major)*0x10000 + (minor)*0x100 + (patch)) 57#define MAKE_LIBCURL_VERSION(major, minor, patch) ((major)*0x10000 + (minor)*0x100 + (patch))