diff --git a/doc/man3/CMS_add1_signer.pod b/doc/man3/CMS_add1_signer.pod index 33c85a25cb6c4..11afecb9050ee 100644 --- a/doc/man3/CMS_add1_signer.pod +++ b/doc/man3/CMS_add1_signer.pod @@ -32,7 +32,7 @@ structure is not complete and must be finalized either by streaming (if applicable) or a call to CMS_final(). The CMS_SignerInfo_sign() function explicitly signs a CMS_SignerInfo -structure, its main use is when B and B flags +structure, its main use is when the B and B flags are both set. =head1 NOTES @@ -92,7 +92,6 @@ structure just added or NULL if an error occurs. CMS_SignerInfo_sign() returns 1 on success, 0 on failure. - =head1 SEE ALSO L, L,