summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/EVP_DigestVerifyInit.pod
diff options
context:
space:
mode:
authorschwarze <>2015-07-17 23:42:15 +0000
committerschwarze <>2015-07-17 23:42:15 +0000
commit8c09ffcafe1a39855bec5e5894b2ddbe23bed18f (patch)
tree11bed1309a01d3153728042400d449ea8f9a1f38 /src/lib/libcrypto/doc/EVP_DigestVerifyInit.pod
parent696727d83ea6699d5845e715c4db0142ff1bcda2 (diff)
downloadopenbsd-8c09ffcafe1a39855bec5e5894b2ddbe23bed18f.tar.gz
openbsd-8c09ffcafe1a39855bec5e5894b2ddbe23bed18f.tar.bz2
openbsd-8c09ffcafe1a39855bec5e5894b2ddbe23bed18f.zip
delete doubled words;
patch from Theo Buehler <theo at math dot ethz dot ch>
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