diff options
author | job <> | 2023-03-16 15:45:38 +0000 |
---|---|---|
committer | job <> | 2023-03-16 15:45:38 +0000 |
commit | cb5e3683edbb93cf302f3d8f9cf92386891e66b5 (patch) | |
tree | 124235d8e48a9c0dd885ab3a1a58ba9e409998c5 /src | |
parent | 96541ff03e6341a41eb252da509c4e43204a57e9 (diff) | |
download | openbsd-cb5e3683edbb93cf302f3d8f9cf92386891e66b5.tar.gz openbsd-cb5e3683edbb93cf302f3d8f9cf92386891e66b5.tar.bz2 openbsd-cb5e3683edbb93cf302f3d8f9cf92386891e66b5.zip |
Consistent phrasing: function -> function pointer
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/man/X509_STORE_CTX_set_verify.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/X509_STORE_CTX_set_verify.3 b/src/lib/libcrypto/man/X509_STORE_CTX_set_verify.3 index a7c8954416..c67e5bd524 100644 --- a/src/lib/libcrypto/man/X509_STORE_CTX_set_verify.3 +++ b/src/lib/libcrypto/man/X509_STORE_CTX_set_verify.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: X509_STORE_CTX_set_verify.3,v 1.4 2023/03/16 15:21:44 job Exp $ | 1 | .\" $OpenBSD: X509_STORE_CTX_set_verify.3,v 1.5 2023/03/16 15:45:38 job Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2021, 2022 Ingo Schwarze <schwarze@openbsd.org> | 3 | .\" Copyright (c) 2021, 2022 Ingo Schwarze <schwarze@openbsd.org> |
4 | .\" | 4 | .\" |
@@ -175,7 +175,7 @@ if that function was not called on the | |||
175 | .Fn X509_STORE_CTX_get_check_issued | 175 | .Fn X509_STORE_CTX_get_check_issued |
176 | returns the | 176 | returns the |
177 | .Fn check_issued | 177 | .Fn check_issued |
178 | function set on the | 178 | function pointer set on the |
179 | .Vt X509_STORE_CTX . | 179 | .Vt X509_STORE_CTX . |
180 | This is either the | 180 | This is either the |
181 | .Fn check_issued | 181 | .Fn check_issued |