diff options
author | George Hazan <ghazan@miranda.im> | 2019-02-26 22:14:16 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-02-26 22:14:16 +0300 |
commit | bb0fc7d8899aa45c6822ce2469235a5dd75a0ce3 (patch) | |
tree | 00ad7c08566d24ce44412769e5b536847acdf0fe /libs/libcurl/src/config-win32.h | |
parent | a7a6b845a45997685f3953d5b161a24c78fbcff2 (diff) |
libcurl - build with openssl
Diffstat (limited to 'libs/libcurl/src/config-win32.h')
-rw-r--r-- | libs/libcurl/src/config-win32.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 */ |