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
commita303c5ff46779f829171cfb2a450c4a0197e0c14 (patch)
tree8cb808a8bcbe0863be927e96482b7a7db7fb3be1 /src/lib/libcrypto/man/Makefile
parent9b888442c06cab9b5cd8c1216439a08699d2071b (diff)
downloadopenbsd-a303c5ff46779f829171cfb2a450c4a0197e0c14.tar.gz
openbsd-a303c5ff46779f829171cfb2a450c4a0197e0c14.tar.bz2
openbsd-a303c5ff46779f829171cfb2a450c4a0197e0c14.zip
Document various CMS_{signed,unsigned}_* functions
These functions change signed & unsigned attributes of a CMS SignerInfo object With & OK tb@
Diffstat (limited to '')
-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 \