summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/EVP_DigestVerifyInit.pod
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/doc/EVP_DigestVerifyInit.pod')
-rw-r--r--src/lib/libcrypto/doc/EVP_DigestVerifyInit.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/doc/EVP_DigestVerifyInit.pod b/src/lib/libcrypto/doc/EVP_DigestVerifyInit.pod
index 0817cf0b02..5dcfec1837 100644
--- a/src/lib/libcrypto/doc/EVP_DigestVerifyInit.pod
+++ b/src/lib/libcrypto/doc/EVP_DigestVerifyInit.pod
@@ -39,7 +39,7 @@ or a negative value for failure. In particular a return value of -2 indicates
39the operation is not supported by the public key algorithm. 39the operation is not supported by the public key algorithm.
40 40
41Unlike other functions the return value 0 from EVP_DigestVerifyFinal() only 41Unlike other functions the return value 0 from EVP_DigestVerifyFinal() only
42indicates that the signature did not not verify successfully (that is tbs did 42indicates that the signature did not verify successfully (that is tbs did
43not match the original data or the signature was of invalid form) it is not an 43not match the original data or the signature was of invalid form) it is not an
44indication of a more serious error. 44indication of a more serious error.
45 45