mirror of
https://github.com/curl/curl.git
synced 2026-04-15 01:11:40 +03:00
parent
bff9679a01
commit
9021e42c02
1 changed files with 1 additions and 1 deletions
|
|
@ -461,7 +461,7 @@ static CURLcode ldap_do(struct Curl_easy *data, bool *done)
|
|||
/* we should probably never come up to here since configure
|
||||
should check in first place if we can support LDAP SSL/TLS */
|
||||
failf(data, "LDAP local: SSL/TLS not supported with this version "
|
||||
"of the OpenLDAP toolkit\n");
|
||||
"of the OpenLDAP toolkit");
|
||||
result = CURLE_SSL_CERTPROBLEM;
|
||||
goto quit;
|
||||
#endif /* LDAP_OPT_X_TLS */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue