summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/man/DH_generate_parameters.3
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2016-11-21 09:56:35 +0000
committerschwarze <schwarze@openbsd.org>2016-11-21 09:56:35 +0000
commitee2e8763532fa5f144b49c1ea302b93b7574311d (patch)
treecf0b4016cd811e2aa5d0981dd5c6a9fa6c0d705e /lib/libcrypto/man/DH_generate_parameters.3
parentMake sure bpf_wakeup() is called at most once when matching conditions (diff)
downloadwireguard-openbsd-ee2e8763532fa5f144b49c1ea302b93b7574311d.tar.xz
wireguard-openbsd-ee2e8763532fa5f144b49c1ea302b93b7574311d.zip
replace cross-references to the rand(3) manual that no longer exists
Diffstat (limited to 'lib/libcrypto/man/DH_generate_parameters.3')
-rw-r--r--lib/libcrypto/man/DH_generate_parameters.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/man/DH_generate_parameters.3 b/lib/libcrypto/man/DH_generate_parameters.3
index 01b13609cb2..dc4289355d7 100644
--- a/lib/libcrypto/man/DH_generate_parameters.3
+++ b/lib/libcrypto/man/DH_generate_parameters.3
@@ -1,6 +1,6 @@
-.\" $OpenBSD: DH_generate_parameters.3,v 1.3 2016/11/12 19:23:16 jmc Exp $
+.\" $OpenBSD: DH_generate_parameters.3,v 1.4 2016/11/21 09:56:35 schwarze Exp $
.\"
-.Dd $Mdocdate: November 12 2016 $
+.Dd $Mdocdate: November 21 2016 $
.Dt DH_GENERATE_PARAMETERS 3
.Os
.Sh NAME
@@ -94,7 +94,7 @@ The error codes can be obtained by
.Xr dh 3 ,
.Xr DH_free 3 ,
.Xr ERR_get_error 3 ,
-.Xr rand 3
+.Xr RAND_bytes 3
.Sh HISTORY
.Fn DH_check
is available in all versions of SSLeay and OpenSSL.