From: Tianjia Zhang Date: Tue, 1 Aug 2023 06:21:02 +0000 (+0800) Subject: Fix typo in function name X-Git-Tag: OpenSSL_1_1_1w~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a60f8b887124860174f590bb1007dd6cb660ae0a;p=thirdparty%2Fopenssl.git 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) --- 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.