From 14bc249be8db92222ed9b5d6bba0c94e30fae42d Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Sat, 10 Dec 2016 21:13:25 +0000 Subject: replace all references to bn(3) with BN_new(3), and make sure all BN*(3) pages point back to BN_new(3) --- src/lib/libcrypto/man/dh.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib/libcrypto/man/dh.3') diff --git a/src/lib/libcrypto/man/dh.3 b/src/lib/libcrypto/man/dh.3 index d599fa0783..7429a4b6cf 100644 --- a/src/lib/libcrypto/man/dh.3 +++ b/src/lib/libcrypto/man/dh.3 @@ -1,6 +1,6 @@ -.\" $OpenBSD: dh.3,v 1.3 2016/11/06 15:57:38 schwarze Exp $ +.\" $OpenBSD: dh.3,v 1.4 2016/12/10 21:13:25 schwarze Exp $ .\" -.Dd $Mdocdate: November 6 2016 $ +.Dd $Mdocdate: December 10 2016 $ .Dt DH 3 .Os .Sh NAME @@ -46,7 +46,7 @@ For this reason, applications should generally avoid using structure elements directly and instead use API functions to query or modify keys. .Sh SEE ALSO -.Xr bn 3 , +.Xr BN_new 3 , .Xr d2i_DHparams 3 , .Xr DH_generate_key 3 , .Xr DH_generate_parameters 3 , -- cgit v1.2.3-55-g6feb