From c3b28403d3f080df57a3716f3e49c2f59c71101a Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Sat, 10 Dec 2016 22:22:59 +0000 Subject: Replace all references to dh(3) with DH_new(3). Make sure that all DH pages point back to DH_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 bd7f5064d4..3ecb371469 100644 --- a/src/lib/libcrypto/man/crypto.3 +++ b/src/lib/libcrypto/man/crypto.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: crypto.3,v 1.9 2016/12/10 21:13:25 schwarze Exp $ +.\" $OpenBSD: crypto.3,v 1.10 2016/12/10 22:22:59 schwarze Exp $ .\" OpenSSL a9c85cea Nov 11 09:33:55 2016 +0100 .\" .\" This file was written by Ulf Moeller and @@ -74,7 +74,7 @@ and .Pp .Sy Public key cryptography and key agreement are provided by -.Xr dh 3 , +.Xr DH_new 3 , .Xr dsa 3 , .Xr ECDSA_SIG_new 3 , and -- cgit v1.2.3-55-g6feb