diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2021-12-13 17:24:40 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2021-12-13 17:24:40 +0000 |
commit | 20b5402607d02f14907491febf7234a36a709ee4 (patch) | |
tree | ac508cdea4eadd9bdc8c329c065362255304f6c3 /lib/libcrypto/man/Makefile | |
parent | a02bd508e1de79feadc042a6a602194d97f70dab (diff) |
new manual page SMIME_write_ASN1(3);
still vague in various respects, but it's a start
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 2e608bffbb7..88610412cc1 100644 --- a/lib/libcrypto/man/Makefile +++ b/lib/libcrypto/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.224 2021/12/13 13:46:09 schwarze Exp $ +# $OpenBSD: Makefile,v 1.225 2021/12/13 17:24:39 schwarze Exp $ .include <bsd.own.mk> @@ -281,6 +281,7 @@ MAN= \ SMIME_crlf_copy.3 \ SMIME_read_CMS.3 \ SMIME_read_PKCS7.3 \ + SMIME_write_ASN1.3 \ SMIME_write_CMS.3 \ SMIME_write_PKCS7.3 \ STACK_OF.3 \ |