diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2023-09-26 18:35:35 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2023-09-26 18:35:35 +0000 |
commit | ee5378f578c4de49bdace99e1e3db692bc713c9a (patch) | |
tree | 6dd1e0da8eb531e8e379250fd84422b807a49689 /lib/libcrypto/man/Makefile | |
parent | 8da3d770ccf7eb3c7657a61d2a08f16b8b1c5f98 (diff) |
Document X509v3_addr_get_{afi,range}(3)
Diffstat (limited to 'lib/libcrypto/man/Makefile')
-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 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 \ |