summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2026-08-29 05:53:59 +0000
committertb <>2026-08-29 05:53:59 +0000
commit1cbc9ec6252c472fb52de4c1256d43c9248dce36 (patch)
treec32ee38e72a57911a954e9155ce5f18daeb67316 /src
parentbbc8543585ccca52019848187753bc023c28b7ac (diff)
downloadopenbsd-1cbc9ec6252c472fb52de4c1256d43c9248dce36.tar.gz
openbsd-1cbc9ec6252c472fb52de4c1256d43c9248dce36.tar.bz2
openbsd-1cbc9ec6252c472fb52de4c1256d43c9248dce36.zip
X509_STORE_CTX_get_error.3: zap extraneous if
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/man/X509_STORE_CTX_get_error.34
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/X509_STORE_CTX_get_error.3 b/src/lib/libcrypto/man/X509_STORE_CTX_get_error.3
index 3daf861254..ab7909a24d 100644
--- a/src/lib/libcrypto/man/X509_STORE_CTX_get_error.3
+++ b/src/lib/libcrypto/man/X509_STORE_CTX_get_error.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: X509_STORE_CTX_get_error.3,v 1.30 2026/08/29 05:52:03 tb Exp $ 1.\" $OpenBSD: X509_STORE_CTX_get_error.3,v 1.31 2026/08/29 05:53:59 tb Exp $
2.\" full merge up to: 2.\" full merge up to:
3.\" OpenSSL man3/X509_STORE_CTX_get_error 24a535ea Sep 22 13:14:20 2020 +0100 3.\" OpenSSL man3/X509_STORE_CTX_get_error 24a535ea Sep 22 13:14:20 2020 +0100
4.\" OpenSSL man3/X509_STORE_CTX_new 24a535ea Sep 22 13:14:20 2020 +0100 4.\" OpenSSL man3/X509_STORE_CTX_new 24a535ea Sep 22 13:14:20 2020 +0100
@@ -259,7 +259,7 @@ When it is no longer needed, it should be freed using
259.Fn sk_X509_pop_free chain X509_free . 259.Fn sk_X509_pop_free chain X509_free .
260.Pp 260.Pp
261.Fn X509_STORE_CTX_set0_verified_chain 261.Fn X509_STORE_CTX_set0_verified_chain
262frees the validated chain generated by if a previous call to 262frees the validated chain generated by a previous call to
263.Xr X509_verify_cert 3 , 263.Xr X509_verify_cert 3 ,
264if any, and replaces it with the given 264if any, and replaces it with the given
265.Fa chain . 265.Fa chain .