mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-13 18:50:01 -04:00
for now we set LIBCURL_USES_OPENSSL always
This commit is contained in:
parent
260291c08b
commit
f99b9352d4
1 changed files with 3 additions and 0 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue