LDAPS: list availability depending on SSL's presence

This commit is contained in:
Howard Chu
2010-05-28 12:23:28 +02:00
committed by Daniel Stenberg
parent 123f80ae54
commit b1c1b9bb76
3 changed files with 7 additions and 6 deletions

View File

@@ -172,7 +172,7 @@ static const char * const protocols[] = {
#endif
#if !defined(CURL_DISABLE_LDAP) || defined(USE_OPENLDAP)
"ldap",
#if defined(HAVE_LDAP_SSL) || defined(USE_OPENLDAP)
#if defined(HAVE_LDAP_SSL) || (defined(USE_OPENLDAP) && defined(USE_SSL))
"ldaps",
#endif
#endif