summaryrefslogtreecommitdiffstats
path: root/doc/man3/EVP_VerifyInit.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man3/EVP_VerifyInit.pod')
-rw-r--r--doc/man3/EVP_VerifyInit.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/EVP_VerifyInit.pod b/doc/man3/EVP_VerifyInit.pod
index 0cb67d7dc1..a6d5772c3b 100644
--- a/doc/man3/EVP_VerifyInit.pod
+++ b/doc/man3/EVP_VerifyInit.pod
@@ -50,7 +50,7 @@ EVP_VerifyInit_ex() and EVP_VerifyUpdate() return 1 for success and 0 for
failure.
EVP_VerifyFinal_ex() and EVP_VerifyFinal() return 1 for a correct
-signature, 0 for failure and -1 if some other error occurred.
+signature, 0 for failure and a negative value if some other error occurred.
The error codes can be obtained by L<ERR_get_error(3)>.