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

@@ -183,7 +183,7 @@ static const struct Curl_handler * const protocols[] = {
#if !defined(CURL_DISABLE_LDAP) || defined(USE_OPENLDAP)
&Curl_handler_ldap,
#if defined(HAVE_LDAP_SSL) || defined(USE_OPENLDAP)
#if defined(HAVE_LDAP_SSL) || (defined(USE_OPENLDAP) && defined(USE_SSL))
&Curl_handler_ldaps,
#endif
#endif