From 8a2b2d46e4614778f81e571b6d148f20ded9db18 Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Thu, 22 Jul 2021 17:11:14 +0000 Subject: 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. --- src/lib/libcrypto/man/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/man/Makefile') 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 @@ -# $OpenBSD: Makefile,v 1.183 2021/07/20 17:31:32 schwarze Exp $ +# $OpenBSD: Makefile,v 1.184 2021/07/22 17:11:14 schwarze Exp $ .include @@ -298,6 +298,7 @@ MAN= \ X509_STORE_CTX_get_error.3 \ X509_STORE_CTX_get_ex_new_index.3 \ X509_STORE_CTX_new.3 \ + X509_STORE_CTX_set_flags.3 \ X509_STORE_CTX_set_verify_cb.3 \ X509_STORE_load_locations.3 \ X509_STORE_new.3 \ -- cgit v1.2.3-55-g6feb