]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
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:28:39 +0000 (20:28 +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)

doc/man3/CMS_sign.pod

index 7a0fcbb53c59846e52054e4a91136926bc3b011d..325b6aac861f0d3488c1f5128e3a05555dbdcbaa 100644 (file)
@@ -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<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.