From: Marcel Raad Date: Sun, 14 Oct 2018 14:00:39 +0000 (+0200) Subject: config_win32: enable LDAPS X-Git-Tag: curl-7_62_0~49 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=abebb2b8939c6b3e0f951eb2d9ec3729b569aa2c;p=thirdparty%2Fcurl.git config_win32: enable LDAPS As done in the autotools and CMake builds by default. Closes https://github.com/curl/curl/pull/3137 --- diff --git a/lib/config-win32.h b/lib/config-win32.h index fdac6f9a2c..76b00b9bbf 100644 --- a/lib/config-win32.h +++ b/lib/config-win32.h @@ -691,6 +691,7 @@ Vista #define HAVE_LDAP_URL_PARSE 1 #else #undef HAVE_LDAP_URL_PARSE +#define HAVE_LDAP_SSL 1 #define USE_WIN32_LDAP 1 #endif