summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2021-07-22 17:11:14 +0000
committerschwarze <>2021-07-22 17:11:14 +0000
commit8a2b2d46e4614778f81e571b6d148f20ded9db18 (patch)
tree812181472a93383900f4fa0737302c70b0b7d58b /src/lib/libcrypto/man/Makefile
parent88e7569f0df9996c3b42ffff7d73a3a9b210faf0 (diff)
downloadopenbsd-8a2b2d46e4614778f81e571b6d148f20ded9db18.tar.gz
openbsd-8a2b2d46e4614778f81e571b6d148f20ded9db18.tar.bz2
openbsd-8a2b2d46e4614778f81e571b6d148f20ded9db18.zip
Split the functions operating on the X509_VERIFY_PARAM object out
of X509_STORE_CTX_new(3) because i'm about to document five additional functions of this kind and the page X509_STORE_CTX_new(3) is growing unwieldy. No text change yet, except that i added an introductory sentence to the beginning of the DESCRIPTION of the new page.
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
-rw-r--r--src/lib/libcrypto/man/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile
index c7375752bb..fd8655d5b6 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.183 2021/07/20 17:31:32 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.184 2021/07/22 17:11:14 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -298,6 +298,7 @@ MAN= \
298 X509_STORE_CTX_get_error.3 \ 298 X509_STORE_CTX_get_error.3 \
299 X509_STORE_CTX_get_ex_new_index.3 \ 299 X509_STORE_CTX_get_ex_new_index.3 \
300 X509_STORE_CTX_new.3 \ 300 X509_STORE_CTX_new.3 \
301 X509_STORE_CTX_set_flags.3 \
301 X509_STORE_CTX_set_verify_cb.3 \ 302 X509_STORE_CTX_set_verify_cb.3 \
302 X509_STORE_load_locations.3 \ 303 X509_STORE_load_locations.3 \
303 X509_STORE_new.3 \ 304 X509_STORE_new.3 \