diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2021-08-06 21:50:55 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2021-08-06 21:50:55 +0000 |
commit | d2cb4f0510c76a0b69566df95a068656949f085c (patch) | |
tree | aa7ccd6cf24dec95496ff5c09caf476736d007d5 /lib/libcrypto | |
parent | 43600051456fd2d9656537d75a573f37e75b83cf (diff) |
link X509_STORE_get_by_subject(3) and X509_ocspid_print(3) to the build,
forgotten in earlier commits
Diffstat (limited to 'lib/libcrypto')
-rw-r--r-- | lib/libcrypto/man/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libcrypto/man/Makefile b/lib/libcrypto/man/Makefile index 666ef63aaf1..1b838a599ce 100644 --- a/lib/libcrypto/man/Makefile +++ b/lib/libcrypto/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.189 2021/07/31 14:54:33 schwarze Exp $ +# $OpenBSD: Makefile,v 1.190 2021/08/06 21:50:54 schwarze Exp $ .include <bsd.own.mk> @@ -302,6 +302,7 @@ MAN= \ X509_STORE_CTX_new.3 \ X509_STORE_CTX_set_flags.3 \ X509_STORE_CTX_set_verify_cb.3 \ + X509_STORE_get_by_subject.3 \ X509_STORE_load_locations.3 \ X509_STORE_new.3 \ X509_STORE_set_verify_cb_func.3 \ @@ -328,6 +329,7 @@ MAN= \ X509_get1_email.3 \ X509_keyid_set1.3 \ X509_new.3 \ + X509_ocspid_print.3 \ X509_policy_check.3 \ X509_policy_tree_level_count.3 \ X509_print_ex.3 \ |