diff options
author | schwarze <> | 2021-10-18 14:46:37 +0000 |
---|---|---|
committer | schwarze <> | 2021-10-18 14:46:37 +0000 |
commit | c20556b36f9b080fd212baf56e6df9a9644e9310 (patch) | |
tree | d845191436a5d263855f76d6a7b8f4dfac3ed0d4 /src/lib/libcrypto/man/Makefile | |
parent | fef307262c3c123f4c49e4825988bc76d9183683 (diff) | |
download | openbsd-c20556b36f9b080fd212baf56e6df9a9644e9310.tar.gz openbsd-c20556b36f9b080fd212baf56e6df9a9644e9310.tar.bz2 openbsd-c20556b36f9b080fd212baf56e6df9a9644e9310.zip |
split seven functions out of the page X509_VERIFY_PARAM_set_flags(3), which
is becoming excessively long, into a new page X509_VERIFY_PARAM_new(3);
no content change
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
-rw-r--r-- | src/lib/libcrypto/man/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index 1b838a599c..3b13fc912a 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.190 2021/08/06 21:50:54 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.191 2021/10/18 14:46:37 schwarze Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
@@ -308,6 +308,7 @@ MAN= \ | |||
308 | X509_STORE_set_verify_cb_func.3 \ | 308 | X509_STORE_set_verify_cb_func.3 \ |
309 | X509_STORE_set1_param.3 \ | 309 | X509_STORE_set1_param.3 \ |
310 | X509_TRUST_set.3 \ | 310 | X509_TRUST_set.3 \ |
311 | X509_VERIFY_PARAM_new.3 \ | ||
311 | X509_VERIFY_PARAM_set_flags.3 \ | 312 | X509_VERIFY_PARAM_set_flags.3 \ |
312 | X509_add1_trust_object.3 \ | 313 | X509_add1_trust_object.3 \ |
313 | X509_check_ca.3 \ | 314 | X509_check_ca.3 \ |