Fix typo in function name
authorTianjia Zhang <tianjia.zhang@linux.alibaba.com>
Tue, 1 Aug 2023 06:21:02 +0000 (14:21 +0800)
committerHugo Landau <hlandau@openssl.org>
Wed, 2 Aug 2023 19:29:30 +0000 (20:29 +0100)
Signed-off-by: Tianjia Zhang <tianjia.zhang@linux.alibaba.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21608)

(cherry picked from commit 38c70a161cc6f96682bd77c8a935c5767355438c)

doc/man3/CMS_sign.pod

index 79446b1298894ab4d91f93be4442624133ba5c45..6de36abb2d0939c6a96ed8411e3fbda25605fdb5 100644 (file)
@@ -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<certs>, B<signcert> and B<pkey> parameters can all be B<NULL> and the
 B<CMS_PARTIAL> 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.