projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7206181
)
David McCreedy found a use of the wrong variable when display the error
author
Daniel Stenberg
<daniel@haxx.se>
Mon, 13 Mar 2006 23:34:25 +0000
(23:34 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Mon, 13 Mar 2006 23:34:25 +0000
(23:34 +0000)
text from OpenSSL.
lib/ssluse.c
patch
|
blob
|
history
diff --git
a/lib/ssluse.c
b/lib/ssluse.c
index 046003c42a18e475a39664d1207acd3babfae49c..0ec216a3f47fbe8aa11d27eb95ed93132ad4e3c9 100644
(file)
--- a/
lib/ssluse.c
+++ b/
lib/ssluse.c
@@
-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(
l
err), lerr);
}
else
infof(data, "SSL certificate verify ok.\n");