From bb0fc7d8899aa45c6822ce2469235a5dd75a0ce3 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 26 Feb 2019 22:14:16 +0300 Subject: libcurl - build with openssl --- libs/libcurl/src/config-win32.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libs/libcurl/src/config-win32.h b/libs/libcurl/src/config-win32.h index c7e05eca7a..76ff0d931e 100644 --- a/libs/libcurl/src/config-win32.h +++ b/libs/libcurl/src/config-win32.h @@ -713,6 +713,9 @@ Vista /* Define to use the Windows crypto library. */ #define USE_WIN32_CRYPTO +/* if SSL is enabled */ +#define USE_OPENSSL 1 + /* Define to use Unix sockets. */ #if defined(_MSC_VER) && _MSC_VER >= 1900 /* #define USE_UNIX_SOCKETS */ -- cgit v1.2.3