summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbeck <>2023-05-29 11:57:23 +0000
committerbeck <>2023-05-29 11:57:23 +0000
commitfbd83b2939ccc67127d3a23cf494b3043781a984 (patch)
tree1f4b3b1e1fc67ce61da335fa89ea009af989a5a2 /src
parent4df4ff3c6b667ac0be5208cde5c4307759565622 (diff)
downloadopenbsd-fbd83b2939ccc67127d3a23cf494b3043781a984.tar.gz
openbsd-fbd83b2939ccc67127d3a23cf494b3043781a984.tar.bz2
openbsd-fbd83b2939ccc67127d3a23cf494b3043781a984.zip
Oops, Fa -> .Fa
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/man/X509_STORE_CTX_set_verify_cb.34
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/X509_STORE_CTX_set_verify_cb.3 b/src/lib/libcrypto/man/X509_STORE_CTX_set_verify_cb.3
index 0e026a7b29..e78af8a6cf 100644
--- a/src/lib/libcrypto/man/X509_STORE_CTX_set_verify_cb.3
+++ b/src/lib/libcrypto/man/X509_STORE_CTX_set_verify_cb.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: X509_STORE_CTX_set_verify_cb.3,v 1.10 2023/05/29 11:14:19 beck Exp $ 1.\" $OpenBSD: X509_STORE_CTX_set_verify_cb.3,v 1.11 2023/05/29 11:57:23 beck Exp $
2.\" full merge up to: OpenSSL aebb9aac Jul 19 09:27:53 2016 -0400 2.\" full merge up to: OpenSSL aebb9aac Jul 19 09:27:53 2016 -0400
3.\" selective merge up to: OpenSSL 24a535ea Sep 22 13:14:20 2020 +0100 3.\" selective merge up to: OpenSSL 24a535ea Sep 22 13:14:20 2020 +0100
4.\" 4.\"
@@ -113,7 +113,7 @@ making incorrect assumptions about when the callback is called.
113Additionally, overriding 113Additionally, overriding
114.Fa ok 114.Fa ok
115may leave 115may leave
116Fa ctx 116.Fa ctx
117in an inconsistent state and break invariants. 117in an inconsistent state and break invariants.
118.Pp 118.Pp
119Instead, customize certificate verification by configuring options on the 119Instead, customize certificate verification by configuring options on the