diff options
| author | tb <> | 2021-05-11 15:31:13 +0000 |
|---|---|---|
| committer | tb <> | 2021-05-11 15:31:13 +0000 |
| commit | f04a4ff66fd9094a592f055a3e5635838c777b65 (patch) | |
| tree | 2ad6cedf15339a5643777a32e32e6af0cf5eca99 /src/lib/libcrypto/man | |
| parent | 6ebaa69326d172562454b2a0ceca42818fc04d88 (diff) | |
| download | openbsd-f04a4ff66fd9094a592f055a3e5635838c777b65.tar.gz openbsd-f04a4ff66fd9094a592f055a3e5635838c777b65.tar.bz2 openbsd-f04a4ff66fd9094a592f055a3e5635838c777b65.zip | |
missing word in previous
Diffstat (limited to 'src/lib/libcrypto/man')
| -rw-r--r-- | src/lib/libcrypto/man/EVP_DigestVerifyInit.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/EVP_DigestVerifyInit.3 b/src/lib/libcrypto/man/EVP_DigestVerifyInit.3 index 3ff7ef81e8..b91d1fb06a 100644 --- a/src/lib/libcrypto/man/EVP_DigestVerifyInit.3 +++ b/src/lib/libcrypto/man/EVP_DigestVerifyInit.3 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .\" $OpenBSD: EVP_DigestVerifyInit.3,v 1.9 2021/05/11 15:26:21 tb Exp $ | 1 | .\" $OpenBSD: EVP_DigestVerifyInit.3,v 1.10 2021/05/11 15:31:13 tb Exp $ |
| 2 | .\" OpenSSL fb552ac6 Sep 30 23:43:01 2009 +0000 | 2 | .\" OpenSSL fb552ac6 Sep 30 23:43:01 2009 +0000 |
| 3 | .\" | 3 | .\" |
| 4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. | 4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. |
| @@ -191,6 +191,7 @@ In particular a return value of -2 indicates the operation is not | |||
| 191 | supported by the public key algorithm. | 191 | supported by the public key algorithm. |
| 192 | .Pp | 192 | .Pp |
| 193 | .Fn EVP_DigestVerifyFinal | 193 | .Fn EVP_DigestVerifyFinal |
| 194 | and | ||
| 194 | .Fn EVP_DigestVerify | 195 | .Fn EVP_DigestVerify |
| 195 | return 1 for success; any other value indicates failure. | 196 | return 1 for success; any other value indicates failure. |
| 196 | A return value of 0 indicates that the signature did not verify | 197 | A return value of 0 indicates that the signature did not verify |
