From abebb2b8939c6b3e0f951eb2d9ec3729b569aa2c Mon Sep 17 00:00:00 2001 From: Marcel Raad Date: Sun, 14 Oct 2018 16:00:39 +0200 Subject: config_win32: enable LDAPS As done in the autotools and CMake builds by default. Closes https://github.com/curl/curl/pull/3137 --- lib/config-win32.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/config-win32.h b/lib/config-win32.h index fdac6f9a2..76b00b9bb 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 -- cgit v1.2.3