summaryrefslogtreecommitdiff
path: root/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2021-11-07 15:29:02 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2021-11-07 15:29:02 +0000
commit97456c01b2d786f6e93c0f4b0209d1e3bba026d8 (patch)
treecba3a608e1a369d4551ec89bbd0b2b72aa191ed7 /lib/libcrypto/man/Makefile
parent83306f55323d8481441d4c2fbf081121617d15c1 (diff)
new manual pages
ASN1_item_digest(3), ASN1_item_sign(3), and ASN1_item_verify(3)
Diffstat (limited to 'lib/libcrypto/man/Makefile')
-rw-r--r--lib/libcrypto/man/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libcrypto/man/Makefile b/lib/libcrypto/man/Makefile
index 1e2c626d0cb..53d20760eb6 100644
--- a/lib/libcrypto/man/Makefile
+++ b/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.208 2021/10/30 16:20:35 schwarze Exp $
+# $OpenBSD: Makefile,v 1.209 2021/11/07 15:29:01 schwarze Exp $
.include <bsd.own.mk>
@@ -16,7 +16,10 @@ MAN= \
ASN1_generate_nconf.3 \
ASN1_get_object.3 \
ASN1_item_d2i.3 \
+ ASN1_item_digest.3 \
ASN1_item_new.3 \
+ ASN1_item_sign.3 \
+ ASN1_item_verify.3 \
ASN1_mbstring_copy.3 \
ASN1_parse_dump.3 \
ASN1_put_object.3 \