projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
455cba5
)
fix invalid use of incomplete type X509_STORE_CTX
author
choury
<choury@users.noreply.github.com>
Mon, 17 Oct 2016 07:30:14 +0000
(15:30 +0800)
committer
Richard Levitte
<levitte@openssl.org>
Mon, 17 Oct 2016 12:39:00 +0000
(14:39 +0200)
CLA: trivial
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
doc/ssl/SSL_CTX_set_verify.pod
patch
|
blob
|
history
diff --git
a/doc/ssl/SSL_CTX_set_verify.pod
b/doc/ssl/SSL_CTX_set_verify.pod
index 7d7195d9cb98460f056555adf5fe78999ca4388b..96a98acaacab94ad66bac580db2c2f67babedad1 100644
(file)
--- a/
doc/ssl/SSL_CTX_set_verify.pod
+++ b/
doc/ssl/SSL_CTX_set_verify.pod
@@
-224,7
+224,7
@@
L<SSL_get_ex_data_X509_STORE_CTX_idx(3)>).
*/
if (!preverify_ok && (err == X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT))
{
- X509_NAME_oneline(X509_get_issuer_name(
ctx->current
_cert), buf, 256);
+ X509_NAME_oneline(X509_get_issuer_name(
err
_cert), buf, 256);
printf("issuer= %s\n", buf);
}