]> granicus.if.org Git - curl/commitdiff
config_win32: enable LDAPS
authorMarcel Raad <Marcel.Raad@teamviewer.com>
Sun, 14 Oct 2018 14:00:39 +0000 (16:00 +0200)
committerMarcel Raad <Marcel.Raad@teamviewer.com>
Fri, 19 Oct 2018 07:23:14 +0000 (09:23 +0200)
As done in the autotools and CMake builds by default.

Closes https://github.com/curl/curl/pull/3137

lib/config-win32.h

index fdac6f9a2c2efb77d0c3a98c065773dc6622afcd..76b00b9bbfcc140a6c23272de01817f6d0dcec59 100644 (file)
@@ -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