From 1e537811a790deec4072a7aa593bee6216cbe197 Mon Sep 17 00:00:00 2001 From: job <> Date: Mon, 22 Jan 2024 13:44:59 +0000 Subject: Document various CMS_{signed,unsigned}_* functions These functions change signed & unsigned attributes of a CMS SignerInfo object With & OK tb@ --- src/lib/libcrypto/man/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/man/Makefile') 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 @@ -# $OpenBSD: Makefile,v 1.280 2023/12/29 19:15:15 tb Exp $ +# $OpenBSD: Makefile,v 1.281 2024/01/22 13:44:59 job Exp $ .include @@ -100,6 +100,7 @@ MAN= \ CMS_get1_ReceiptRequest.3 \ CMS_sign.3 \ CMS_sign_receipt.3 \ + CMS_signed_add1_attr.3 \ CMS_uncompress.3 \ CMS_verify.3 \ CMS_verify_receipt.3 \ -- cgit v1.2.3-55-g6feb