summaryrefslogtreecommitdiff
path: root/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2023-09-26 18:35:35 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2023-09-26 18:35:35 +0000
commitee5378f578c4de49bdace99e1e3db692bc713c9a (patch)
tree6dd1e0da8eb531e8e379250fd84422b807a49689 /lib/libcrypto/man/Makefile
parent8da3d770ccf7eb3c7657a61d2a08f16b8b1c5f98 (diff)
Document X509v3_addr_get_{afi,range}(3)
Diffstat (limited to 'lib/libcrypto/man/Makefile')
-rw-r--r--lib/libcrypto/man/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libcrypto/man/Makefile b/lib/libcrypto/man/Makefile
index 0f501ceb833..9ab2a348232 100644
--- a/lib/libcrypto/man/Makefile
+++ b/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.272 2023/09/26 15:34:23 tb Exp $
+# $OpenBSD: Makefile,v 1.273 2023/09/26 18:35:34 tb Exp $
.include <bsd.own.mk>
@@ -393,6 +393,8 @@ MAN= \
X509at_add1_attr.3 \
X509at_get_attr.3 \
X509v3_addr_add_inherit.3 \
+ X509v3_addr_get_range.3 \
+ X509v3_asid_add_id_or_range.3 \
X509v3_asid_add_id_or_range.3 \
X509v3_get_ext_by_NID.3 \
a2d_ASN1_OBJECT.3 \