aboutsummaryrefslogtreecommitdiff
path: root/lib/version.c
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2007-08-16 14:08:47 +0000
committerGunter Knauf <gk@gknw.de>2007-08-16 14:08:47 +0000
commitccba0d10b6baf5c73cae8cf4fb3f29f0f55c5a34 (patch)
treedf7b5208ce1569e47128ceda70984e714e2a4208 /lib/version.c
parent7f7e42732d813ffccc7a33267b46a2e445069fef (diff)
added basic ldaps support; for now its ifdef'd with HAVE_LDAP_SSL unless we know its fully working, and available with all LDAP SDKs.
Win32 requires to have the trusted CA in local keystore - I've not found yet a way to disable the cert check.
Diffstat (limited to 'lib/version.c')
-rw-r--r--lib/version.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/version.c b/lib/version.c
index 43b993694..de803babb 100644
--- a/lib/version.c
+++ b/lib/version.c
@@ -120,6 +120,9 @@ static const char * const protocols[] = {
#endif
#ifndef CURL_DISABLE_LDAP
"ldap",
+#ifdef HAVE_LDAP_SSL
+ "ldaps",
+#endif
#endif
#ifndef CURL_DISABLE_HTTP
"http",