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
commit60ed74a03b493fb6ce651ecc0766dc98aa8175db (patch)
treebd52a4263ef995e390ec84a472870e94b5ab44d9 /src/lib/libcrypto/man/Makefile
parent88ca7d6fdb966c0cd0d1f48c282f7dcbada90f94 (diff)
downloadopenbsd-60ed74a03b493fb6ce651ecc0766dc98aa8175db.tar.gz
openbsd-60ed74a03b493fb6ce651ecc0766dc98aa8175db.tar.bz2
openbsd-60ed74a03b493fb6ce651ecc0766dc98aa8175db.zip
new manual page ASN1_parse_dump(3)
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 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 \