From 658ebcf70d6682438d1d7788358e0e857753530a Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Sat, 10 Dec 2016 22:47:49 +0000 Subject: Change all references to dsa(3) to point to DSA_new(3). Make sure all DSA pages point back to DSA_new(3). --- src/lib/libcrypto/man/crypto.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libcrypto/man/crypto.3') diff --git a/src/lib/libcrypto/man/crypto.3 b/src/lib/libcrypto/man/crypto.3 index 3ecb371469..5b0be4da0a 100644 --- a/src/lib/libcrypto/man/crypto.3 +++ b/src/lib/libcrypto/man/crypto.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: crypto.3,v 1.10 2016/12/10 22:22:59 schwarze Exp $ +.\" $OpenBSD: crypto.3,v 1.11 2016/12/10 22:47:49 schwarze Exp $ .\" OpenSSL a9c85cea Nov 11 09:33:55 2016 +0100 .\" .\" This file was written by Ulf Moeller and @@ -75,7 +75,7 @@ and .Sy Public key cryptography and key agreement are provided by .Xr DH_new 3 , -.Xr dsa 3 , +.Xr DSA_new 3 , .Xr ECDSA_SIG_new 3 , and .Xr rsa 3 . -- cgit v1.2.3-55-g6feb