summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2014-09-05 18:01:31 -0400
committerRich Salz <rsalz@openssl.org>2014-09-08 10:43:08 -0400
commit4f13dabe72a43234435b96c8cbdaf77337e3532d (patch)
tree1518e4d5e32c295ff40af46722f8f233a50b4103 /doc
parent8842987e5a76535597b9795b0408565baabf18d1 (diff)
RT1834: Fix PKCS7_verify return value
The function returns 0 or 1, only. Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/crypto/PKCS7_verify.pod4
1 files 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<NULL> if an error occurred.