summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/DH_set_method.3
diff options
context:
space:
mode:
authorschwarze <>2016-12-10 22:22:59 +0000
committerschwarze <>2016-12-10 22:22:59 +0000
commitc3b28403d3f080df57a3716f3e49c2f59c71101a (patch)
tree91a6bef9fed3b135dcf8da777dbd9450e02a24b3 /src/lib/libcrypto/man/DH_set_method.3
parent3d1b8c333696af4e03cd6984f1a7b99d432b378a (diff)
downloadopenbsd-c3b28403d3f080df57a3716f3e49c2f59c71101a.tar.gz
openbsd-c3b28403d3f080df57a3716f3e49c2f59c71101a.tar.bz2
openbsd-c3b28403d3f080df57a3716f3e49c2f59c71101a.zip
Replace all references to dh(3) with DH_new(3).
Make sure that all DH pages point back to DH_new(3).
Diffstat (limited to 'src/lib/libcrypto/man/DH_set_method.3')
-rw-r--r--src/lib/libcrypto/man/DH_set_method.35
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/DH_set_method.3 b/src/lib/libcrypto/man/DH_set_method.3
index d9563f7ccd..31d9b54ca7 100644
--- a/src/lib/libcrypto/man/DH_set_method.3
+++ b/src/lib/libcrypto/man/DH_set_method.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: DH_set_method.3,v 1.4 2016/11/21 11:48:44 schwarze Exp $ 1.\" $OpenBSD: DH_set_method.3,v 1.5 2016/12/10 22:22:59 schwarze Exp $
2.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 2.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100
3.\" 3.\"
4.\" This file was written by Ulf Moeller <ulf@openssl.org>. 4.\" This file was written by Ulf Moeller <ulf@openssl.org>.
@@ -48,7 +48,7 @@
48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
49.\" OF THE POSSIBILITY OF SUCH DAMAGE. 49.\" OF THE POSSIBILITY OF SUCH DAMAGE.
50.\" 50.\"
51.Dd $Mdocdate: November 21 2016 $ 51.Dd $Mdocdate: December 10 2016 $
52.Dt DH_SET_METHOD 3 52.Dt DH_SET_METHOD 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -219,7 +219,6 @@ and sets an error code that can be obtained by
219if the allocation fails. 219if the allocation fails.
220Otherwise it returns a pointer to the newly allocated structure. 220Otherwise it returns a pointer to the newly allocated structure.
221.Sh SEE ALSO 221.Sh SEE ALSO
222.Xr dh 3 ,
223.Xr DH_new 3 222.Xr DH_new 3
224.Sh HISTORY 223.Sh HISTORY
225.Fn DH_set_default_method , 224.Fn DH_set_default_method ,