artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efc80f8
)
Consistent phrasing: function -> function pointer
author
job
<job@openbsd.org>
Thu, 16 Mar 2023 15:45:38 +0000
(15:45 +0000)
committer
job
<job@openbsd.org>
Thu, 16 Mar 2023 15:45:38 +0000
(15:45 +0000)
lib/libcrypto/man/X509_STORE_CTX_set_verify.3
patch
|
blob
|
history
diff --git
a/lib/libcrypto/man/X509_STORE_CTX_set_verify.3
b/lib/libcrypto/man/X509_STORE_CTX_set_verify.3
index
a7c8954
..
c67e5bd
100644
(file)
--- a/
lib/libcrypto/man/X509_STORE_CTX_set_verify.3
+++ b/
lib/libcrypto/man/X509_STORE_CTX_set_verify.3
@@
-1,4
+1,4
@@
-.\" $OpenBSD: X509_STORE_CTX_set_verify.3,v 1.
4 2023/03/16 15:21:44
job Exp $
+.\" $OpenBSD: X509_STORE_CTX_set_verify.3,v 1.
5 2023/03/16 15:45:38
job Exp $
.\"
.\" Copyright (c) 2021, 2022 Ingo Schwarze <schwarze@openbsd.org>
.\"
@@
-175,7
+175,7
@@
if that function was not called on the
.Fn X509_STORE_CTX_get_check_issued
returns the
.Fn check_issued
-function set on the
+function
pointer
set on the
.Vt X509_STORE_CTX .
This is either the
.Fn check_issued