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/DH_get_ex_new_index.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib/libcrypto/man/DH_get_ex_new_index.3') diff --git a/src/lib/libcrypto/man/DH_get_ex_new_index.3 b/src/lib/libcrypto/man/DH_get_ex_new_index.3 index 76440a4572..7f3f0e7765 100644 --- a/src/lib/libcrypto/man/DH_get_ex_new_index.3 +++ b/src/lib/libcrypto/man/DH_get_ex_new_index.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: DH_get_ex_new_index.3,v 1.3 2016/11/23 16:28:23 schwarze Exp $ +.\" $OpenBSD: DH_get_ex_new_index.3,v 1.4 2016/12/10 22:22:59 schwarze Exp $ .\" OpenSSL a528d4f0 Oct 27 13:40:11 2015 -0400 .\" .\" This file was written by Ulf Moeller . @@ -48,7 +48,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: November 23 2016 $ +.Dd $Mdocdate: December 10 2016 $ .Dt DH_GET_EX_NEW_INDEX 3 .Os .Sh NAME @@ -87,7 +87,7 @@ Their usage is identical to that of and .Xr RSA_get_ex_data 3 . .Sh SEE ALSO -.Xr dh 3 , +.Xr DH_new 3 , .Xr RSA_get_ex_new_index 3 .Sh HISTORY .Fn DH_get_ex_new_index , -- cgit v1.2.3-55-g6feb