summaryrefslogtreecommitdiffstats
path: root/doc/crypto/CMS_sign.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/crypto/CMS_sign.pod')
-rw-r--r--doc/crypto/CMS_sign.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/CMS_sign.pod b/doc/crypto/CMS_sign.pod
index 108b13e5e7..39229fd5b1 100644
--- a/doc/crypto/CMS_sign.pod
+++ b/doc/crypto/CMS_sign.pod
@@ -95,7 +95,7 @@ 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
-attributes added. B<CMS_final()> must then be called to finalize the
+attributes added. CMS_final() must then be called to finalize the
structure if streaming is not enabled.
=head1 BUGS