From 1d8402abb7acae36b0bc3c852f78d9e577ce84e6 Mon Sep 17 00:00:00 2001 From: "Dr. David von Oheimb" Date: Sun, 15 Oct 2023 18:08:42 +0200 Subject: [PATCH] fixup! CMS_add1_signer.pod: add missing info on CMS_SignerInfo_sign() return values --- doc/man3/CMS_add1_signer.pod | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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,