From: Tianjia Zhang Date: Tue, 1 Aug 2023 06:21:02 +0000 (+0800) Subject: Fix typo in function name X-Git-Tag: openssl-3.2.0-alpha1~323 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38c70a161cc6f96682bd77c8a935c5767355438c;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) --- diff --git a/doc/man3/CMS_sign.pod b/doc/man3/CMS_sign.pod index 7a0fcbb53c5..325b6aac861 100644 --- a/doc/man3/CMS_sign.pod +++ b/doc/man3/CMS_sign.pod @@ -105,7 +105,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.