summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2021-07-11 19:03:45 +0000
committerschwarze <>2021-07-11 19:03:45 +0000
commit50cf9b8627997e8f4afdd30db8b001d2a0a24e49 (patch)
treebd52a4263ef995e390ec84a472870e94b5ab44d9 /src/lib/libcrypto/man/Makefile
parent8382da87d2675e27bf4e94fb49c63feb542df36f (diff)
downloadopenbsd-50cf9b8627997e8f4afdd30db8b001d2a0a24e49.tar.gz
openbsd-50cf9b8627997e8f4afdd30db8b001d2a0a24e49.tar.bz2
openbsd-50cf9b8627997e8f4afdd30db8b001d2a0a24e49.zip
new manual page ASN1_parse_dump(3)
Diffstat (limited to '')
-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 be22431dc1..f910d81c22 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.177 2021/07/11 15:30:21 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.178 2021/07/11 19:03:45 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -17,6 +17,7 @@ MAN= \
17 ASN1_get_object.3 \ 17 ASN1_get_object.3 \
18 ASN1_item_d2i.3 \ 18 ASN1_item_d2i.3 \
19 ASN1_item_new.3 \ 19 ASN1_item_new.3 \
20 ASN1_parse_dump.3 \
20 ASN1_put_object.3 \ 21 ASN1_put_object.3 \
21 ASN1_time_parse.3 \ 22 ASN1_time_parse.3 \
22 AUTHORITY_KEYID_new.3 \ 23 AUTHORITY_KEYID_new.3 \