aboutsummaryrefslogtreecommitdiff
path: root/openssl/doc/crypto/PKCS7_verify.pod
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/doc/crypto/PKCS7_verify.pod')
-rw-r--r--openssl/doc/crypto/PKCS7_verify.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/openssl/doc/crypto/PKCS7_verify.pod b/openssl/doc/crypto/PKCS7_verify.pod
index 7c10a4cc3..f083306b0 100644
--- a/openssl/doc/crypto/PKCS7_verify.pod
+++ b/openssl/doc/crypto/PKCS7_verify.pod
@@ -2,7 +2,7 @@
=head1 NAME
-PKCS7_verify - verify a PKCS#7 signedData structure
+PKCS7_verify, PKCS7_get0_signers - verify a PKCS#7 signedData structure
=head1 SYNOPSIS
@@ -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.