summaryrefslogtreecommitdiff
path: root/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2021-12-14 14:30:51 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2021-12-14 14:30:51 +0000
commit3ade36aff117ed9ad82b14ede7148aa3e14042e6 (patch)
tree75deb246c0f2ecb146da9110f6c0dbaf96d796d1 /lib/libcrypto/man/Makefile
parentc688e02d9478b740e6c3bb3f84782f15f08513de (diff)
new manual page SMIME_read_ASN1(3)
using parts of the text from SMIME_read_CMS(3) and SMIME_read_PKCS7(3)
Diffstat (limited to 'lib/libcrypto/man/Makefile')
-rw-r--r--lib/libcrypto/man/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libcrypto/man/Makefile b/lib/libcrypto/man/Makefile
index 131b8eea1dd..98f2cb6b803 100644
--- a/lib/libcrypto/man/Makefile
+++ b/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.226 2021/12/13 18:55:22 schwarze Exp $
+# $OpenBSD: Makefile,v 1.227 2021/12/14 14:30:50 schwarze Exp $
.include <bsd.own.mk>
@@ -280,6 +280,7 @@ MAN= \
RSA_size.3 \
SHA1.3 \
SMIME_crlf_copy.3 \
+ SMIME_read_ASN1.3 \
SMIME_read_CMS.3 \
SMIME_read_PKCS7.3 \
SMIME_write_ASN1.3 \