summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorjob <>2024-01-22 13:44:59 +0000
committerjob <>2024-01-22 13:44:59 +0000
commit1e537811a790deec4072a7aa593bee6216cbe197 (patch)
tree8cb808a8bcbe0863be927e96482b7a7db7fb3be1 /src/lib/libcrypto/man/Makefile
parent005770d6dd6412b58627e24177f07671f9ced763 (diff)
downloadopenbsd-1e537811a790deec4072a7aa593bee6216cbe197.tar.gz
openbsd-1e537811a790deec4072a7aa593bee6216cbe197.tar.bz2
openbsd-1e537811a790deec4072a7aa593bee6216cbe197.zip
Document various CMS_{signed,unsigned}_* functions
These functions change signed & unsigned attributes of a CMS SignerInfo object With & OK tb@
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 72ddcd3435..1123f1729c 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.280 2023/12/29 19:15:15 tb Exp $ 1# $OpenBSD: Makefile,v 1.281 2024/01/22 13:44:59 job Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -100,6 +100,7 @@ MAN= \
100 CMS_get1_ReceiptRequest.3 \ 100 CMS_get1_ReceiptRequest.3 \
101 CMS_sign.3 \ 101 CMS_sign.3 \
102 CMS_sign_receipt.3 \ 102 CMS_sign_receipt.3 \
103 CMS_signed_add1_attr.3 \
103 CMS_uncompress.3 \ 104 CMS_uncompress.3 \
104 CMS_verify.3 \ 105 CMS_verify.3 \
105 CMS_verify_receipt.3 \ 106 CMS_verify_receipt.3 \