From dd3c21b2d2a5183c5a2f212bdd8377faeab48f3f Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Fri, 5 Sep 2014 18:01:31 -0400 Subject: [PATCH] RT1834: Fix PKCS7_verify return value The function returns 0 or 1, only. Reviewed-by: Dr. Stephen Henson (cherry picked from commit b0e659cfaca9ff4a481cc63b7f6b6e97303ad8fe) --- doc/crypto/PKCS7_verify.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/crypto/PKCS7_verify.pod b/doc/crypto/PKCS7_verify.pod index dcad4f5ef3..f083306b0d 100644 --- a/doc/crypto/PKCS7_verify.pod +++ b/doc/crypto/PKCS7_verify.pod @@ -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 if an error occurred. -- 2.40.0