Turn B<...()> into ...()
[openssl.git] / doc / crypto / CMS_sign.pod
index 108b13e5e7d0defcb1f0aaf94d657997860670c3..39229fd5b15fb68d04b2329328029ee04d7be274 100644 (file)
@@ -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