RT1834: Fix PKCS7_verify return value
The function returns 0 or 1, only. Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
This commit is contained in:
parent
8842987e5a
commit
4f13dabe72
1 changed files with 2 additions and 2 deletions
|
@ -91,8 +91,8 @@ timestamp).
|
|||
|
||||
=head1 RETURN VALUES
|
||||
|
||||
PKCS7_verify() returns 1 for a successful verification and zero or a negative
|
||||
value if an error occurs.
|
||||
PKCS7_verify() returns one for a successful verification and zero
|
||||
if an error occurs.
|
||||
|
||||
PKCS7_get0_signers() returns all signers or B<NULL> if an error occurred.
|
||||
|
||||
|
|
Loading…
Reference in a new issue