mirror of
https://github.com/curl/curl.git
synced 2024-11-27 05:50:21 +08:00
David McCreedy found a use of the wrong variable when display the error
text from OpenSSL.
This commit is contained in:
parent
7206181385
commit
d494d62953
@ -1521,7 +1521,7 @@ Curl_ossl_connect(struct connectdata *conn,
|
||||
else
|
||||
infof(data, "SSL certificate verify result: %s (%ld),"
|
||||
" continuing anyway.\n",
|
||||
X509_verify_cert_error_string(err), lerr);
|
||||
X509_verify_cert_error_string(lerr), lerr);
|
||||
}
|
||||
else
|
||||
infof(data, "SSL certificate verify ok.\n");
|
||||
|
Loading…
Reference in New Issue
Block a user