From a7450720d741cb1de9f85ff969a0cc0510ce0202 Mon Sep 17 00:00:00 2001 From: tb <> Date: Wed, 5 Jun 2019 04:59:49 +0000 Subject: Fix bogus cross reference: EVP_SignDigest* -> EVP_DigestSign* --- src/lib/libcrypto/man/EVP_SignInit.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/lib/libcrypto/man/EVP_SignInit.3 b/src/lib/libcrypto/man/EVP_SignInit.3 index d9e62972a6..d670c122c9 100644 --- a/src/lib/libcrypto/man/EVP_SignInit.3 +++ b/src/lib/libcrypto/man/EVP_SignInit.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: EVP_SignInit.3,v 1.12 2018/12/23 08:35:14 tb Exp $ +.\" $OpenBSD: EVP_SignInit.3,v 1.13 2019/06/05 04:59:49 tb Exp $ .\" full merge up to: OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 .\" selective merge up to: OpenSSL 79b49fb0 Mar 20 10:03:10 2018 +1000 .\" @@ -50,7 +50,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: December 23 2018 $ +.Dd $Mdocdate: June 5 2019 $ .Dt EVP_SIGNINIT 3 .Os .Sh NAME @@ -227,4 +227,4 @@ amounts of data have been passed through It is not possible to change the signing parameters using these function. .Pp -The previous two bugs are fixed in the newer EVP_SignDigest* function. +The previous two bugs are fixed in the newer EVP_DigestSign* function. -- cgit v1.2.3-55-g6feb