From 50cb9313b3f918161119099aed6b9402fa9ac97d Mon Sep 17 00:00:00 2001 From: tb Date: Tue, 11 May 2021 15:31:13 +0000 Subject: [PATCH] missing word in previous --- lib/libcrypto/man/EVP_DigestVerifyInit.3 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 . @@ -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 -- 2.20.1