diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2021-05-11 15:31:14 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2021-05-11 15:31:14 +0000 |
commit | 439bb51bedce0faad3314bf34f92ef1b1cef46a6 (patch) | |
tree | cb6908f9c7cd89d8cd7b5b3b92c0e7eebbadeb4e /lib/libcrypto | |
parent | 7fe8c9e6ac65b0e41c6f1df12165e9ccbd5877df (diff) |
missing word in previous
Diffstat (limited to 'lib/libcrypto')
-rw-r--r-- | lib/libcrypto/man/EVP_DigestVerifyInit.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libcrypto/man/EVP_DigestVerifyInit.3 b/lib/libcrypto/man/EVP_DigestVerifyInit.3 index 3ff7ef81e83..b91d1fb06a1 100644 --- a/lib/libcrypto/man/EVP_DigestVerifyInit.3 +++ b/lib/libcrypto/man/EVP_DigestVerifyInit.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: EVP_DigestVerifyInit.3,v 1.9 2021/05/11 15:26:21 tb Exp $ +.\" $OpenBSD: EVP_DigestVerifyInit.3,v 1.10 2021/05/11 15:31:13 tb Exp $ .\" OpenSSL fb552ac6 Sep 30 23:43:01 2009 +0000 .\" .\" 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 supported by the public key algorithm. .Pp .Fn EVP_DigestVerifyFinal +and .Fn EVP_DigestVerify return 1 for success; any other value indicates failure. A return value of 0 indicates that the signature did not verify |