diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2021-12-14 14:30:51 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2021-12-14 14:30:51 +0000 |
commit | 3ade36aff117ed9ad82b14ede7148aa3e14042e6 (patch) | |
tree | 75deb246c0f2ecb146da9110f6c0dbaf96d796d1 /lib/libcrypto/man/Makefile | |
parent | c688e02d9478b740e6c3bb3f84782f15f08513de (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/Makefile | 3 |
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 \ |