diff options
| author | schwarze <> | 2015-07-17 23:42:15 +0000 |
|---|---|---|
| committer | schwarze <> | 2015-07-17 23:42:15 +0000 |
| commit | 8c09ffcafe1a39855bec5e5894b2ddbe23bed18f (patch) | |
| tree | 11bed1309a01d3153728042400d449ea8f9a1f38 /src/lib/libcrypto/doc/EVP_DigestVerifyInit.pod | |
| parent | 696727d83ea6699d5845e715c4db0142ff1bcda2 (diff) | |
| download | openbsd-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.pod | 2 |
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 | |||
| 39 | the operation is not supported by the public key algorithm. | 39 | the operation is not supported by the public key algorithm. |
| 40 | 40 | ||
| 41 | Unlike other functions the return value 0 from EVP_DigestVerifyFinal() only | 41 | Unlike other functions the return value 0 from EVP_DigestVerifyFinal() only |
| 42 | indicates that the signature did not not verify successfully (that is tbs did | 42 | indicates that the signature did not verify successfully (that is tbs did |
| 43 | not match the original data or the signature was of invalid form) it is not an | 43 | not match the original data or the signature was of invalid form) it is not an |
| 44 | indication of a more serious error. | 44 | indication of a more serious error. |
| 45 | 45 | ||
