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:
1794904
)
Missing "("
author
Lutz Jänicke
<jaenicke@openssl.org>
Wed, 4 Dec 2002 13:29:14 +0000
(13:29 +0000)
committer
Lutz Jänicke
<jaenicke@openssl.org>
Wed, 4 Dec 2002 13:29:14 +0000
(13:29 +0000)
Submitted by: Christian Hohnstaedt <chohnstaedt@innominate.com>
Reviewed by:
PR:
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 5bb21ca5357012ff5a1d5760854b31aa102829c5..d15b2a3a1a5bc9f405e69040bf41e615c6df67e2 100644
(file)
--- a/
doc/ssl/SSL_CTX_set_verify.pod
+++ b/
doc/ssl/SSL_CTX_set_verify.pod
@@
-235,7
+235,7
@@
L<SSL_get_ex_data_X509_STORE_CTX_idx(3)|SSL_get_ex_data_X509_STORE_CTX_idx(3)>).
* At this point, err contains the last verification error. We can use
* it for something special
*/
- if (!preverify_ok && (err == X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT)
+ if (!preverify_ok && (err == X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT)
)
{
X509_NAME_oneline(X509_get_issuer_name(ctx->current_cert), buf, 256);
printf("issuer= %s\n", buf);