RT1832: Fix PKCS7_verify return value
The function returns 0 or 1, only. Reviewed-by: Dr. Stephen Henson <steve@openssl.org> (cherry picked from commit b0e659cfaca9ff4a481cc63b7f6b6e97303ad8fe)
This commit is contained in:
parent
2a49fef28e
commit
dd13aadf9e
@ -91,8 +91,8 @@ timestamp).
|
|||||||
|
|
||||||
=head1 RETURN VALUES
|
=head1 RETURN VALUES
|
||||||
|
|
||||||
PKCS7_verify() returns 1 for a successful verification and zero or a negative
|
PKCS7_verify() returns one for a successful verification and zero
|
||||||
value if an error occurs.
|
if an error occurs.
|
||||||
|
|
||||||
PKCS7_get0_signers() returns all signers or B<NULL> if an error occurred.
|
PKCS7_get0_signers() returns all signers or B<NULL> if an error occurred.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user