for now we set LIBCURL_USES_OPENSSL always

This commit is contained in:
Andreas Baumann 2017-04-19 19:31:41 +02:00 committed by Sven Nierlein
parent 260291c08b
commit f99b9352d4

View file

@ -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))