diff options
author | Marcel Raad <Marcel.Raad@teamviewer.com> | 2018-10-14 16:00:39 +0200 |
---|---|---|
committer | Marcel Raad <Marcel.Raad@teamviewer.com> | 2018-10-19 09:23:14 +0200 |
commit | abebb2b8939c6b3e0f951eb2d9ec3729b569aa2c (patch) | |
tree | 23783bcf27712e1987c69ec3789c2fed98dadcd3 /lib/config-win32.h | |
parent | ad547fcf7b3c0191f63396b94c797bfbb4147f62 (diff) | |
download | curl-abebb2b8939c6b3e0f951eb2d9ec3729b569aa2c.tar.gz |
config_win32: enable LDAPS
As done in the autotools and CMake builds by default.
Closes https://github.com/curl/curl/pull/3137
Diffstat (limited to 'lib/config-win32.h')
-rw-r--r-- | lib/config-win32.h | 1 |
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 |