summaryrefslogtreecommitdiffstats
path: root/doc/man3/CMS_sign.pod
diff options
context:
space:
mode:
authorTianjia Zhang <tianjia.zhang@linux.alibaba.com>2023-08-01 08:21:02 +0200
committerHugo Landau <hlandau@openssl.org>2023-08-02 21:28:39 +0200
commit38c70a161cc6f96682bd77c8a935c5767355438c (patch)
tree00c4fdc1282098263785977b1b7a292da1f08ae0 /doc/man3/CMS_sign.pod
parentAdd support into qtest_shutdown for blocking mode (diff)
downloadopenssl-38c70a161cc6f96682bd77c8a935c5767355438c.tar.xz
openssl-38c70a161cc6f96682bd77c8a935c5767355438c.zip
Fix typo in function name
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)
Diffstat (limited to 'doc/man3/CMS_sign.pod')
-rw-r--r--doc/man3/CMS_sign.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/CMS_sign.pod b/doc/man3/CMS_sign.pod
index 7a0fcbb53c..325b6aac86 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<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.