From a60f8b887124860174f590bb1007dd6cb660ae0a Mon Sep 17 00:00:00 2001 From: Tianjia Zhang Date: Tue, 1 Aug 2023 14:21:02 +0800 Subject: [PATCH] Fix typo in function name Signed-off-by: Tianjia Zhang Reviewed-by: Tomas Mraz Reviewed-by: Paul Dale Reviewed-by: Tom Cosgrove Reviewed-by: Hugo Landau (Merged from https://github.com/openssl/openssl/pull/21608) (cherry picked from commit 38c70a161cc6f96682bd77c8a935c5767355438c) --- doc/man3/CMS_sign.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/man3/CMS_sign.pod b/doc/man3/CMS_sign.pod index 79446b12988..6de36abb2d0 100644 --- a/doc/man3/CMS_sign.pod +++ b/doc/man3/CMS_sign.pod @@ -95,7 +95,7 @@ The function CMS_sign() is a basic CMS signing function whose output will be suitable for many purposes. For finer control of the output format the B, B and B parameters can all be B and the B flag set. Then one or more signers can be added using the -function CMS_sign_add1_signer(), non default digests can be used and custom +function CMS_add1_signer(), non default digests can be used and custom attributes added. CMS_final() must then be called to finalize the structure if streaming is not enabled. -- 2.47.2