summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Raad <Marcel.Raad@teamviewer.com>2018-10-14 16:00:39 +0200
committerMarcel Raad <Marcel.Raad@teamviewer.com>2018-10-19 09:23:14 +0200
commitabebb2b8939c6b3e0f951eb2d9ec3729b569aa2c (patch)
tree23783bcf27712e1987c69ec3789c2fed98dadcd3
parentad547fcf7b3c0191f63396b94c797bfbb4147f62 (diff)
downloadgnurl-abebb2b8939c6b3e0f951eb2d9ec3729b569aa2c.tar.gz
gnurl-abebb2b8939c6b3e0f951eb2d9ec3729b569aa2c.tar.bz2
gnurl-abebb2b8939c6b3e0f951eb2d9ec3729b569aa2c.zip
config_win32: enable LDAPS
As done in the autotools and CMake builds by default. Closes https://github.com/curl/curl/pull/3137
-rw-r--r--lib/config-win32.h1
1 files changed, 1 insertions, 0 deletions
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