Skip to content

Commit

Permalink
fixup! CMS_add1_signer.pod: add missing info on CMS_SignerInfo_sign()…
Browse files Browse the repository at this point in the history
… return values
  • Loading branch information
DDvO committed Oct 15, 2023
1 parent 286a444 commit 1d8402a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/man3/CMS_add1_signer.pod
Original file line number Diff line number Diff line change
Expand Up @@ -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<CMS_REUSE_DIGEST> and B<CMS_PARTIAL> flags
structure, its main use is when the B<CMS_REUSE_DIGEST> and B<CMS_PARTIAL> flags
are both set.

=head1 NOTES
Expand Down Expand Up @@ -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<ERR_get_error(3)>, L<CMS_sign(3)>,
Expand Down

0 comments on commit 1d8402a

Please sign in to comment.