summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2021-07-26 14:03:43 +0000
committerschwarze <>2021-07-26 14:03:43 +0000
commit41e85456450e2cdde656430cec7bd1e7c140b4cc (patch)
tree7e2c8eefcb2bdf0d4dd32f37ef53703cd8d78f59 /src/lib/libcrypto/man/Makefile
parentd07f7fde139d15ba9e55fcf7ecb45bbfc82d6564 (diff)
downloadopenbsd-41e85456450e2cdde656430cec7bd1e7c140b4cc.tar.gz
openbsd-41e85456450e2cdde656430cec7bd1e7c140b4cc.tar.bz2
openbsd-41e85456450e2cdde656430cec7bd1e7c140b4cc.zip
new manual page X509_policy_tree_level_count(3)
documenting the X509_POLICY_TREE object and its sub-objects
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 c3dcaa06a3..a1ea6af33a 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.186 2021/07/24 14:33:14 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.187 2021/07/26 14:03:43 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -327,6 +327,7 @@ MAN= \
327 X509_get1_email.3 \ 327 X509_get1_email.3 \
328 X509_keyid_set1.3 \ 328 X509_keyid_set1.3 \
329 X509_new.3 \ 329 X509_new.3 \
330 X509_policy_tree_level_count.3 \
330 X509_print_ex.3 \ 331 X509_print_ex.3 \
331 X509_sign.3 \ 332 X509_sign.3 \
332 X509_signature_dump.3 \ 333 X509_signature_dump.3 \