diff options
author | 2019-06-07 20:46:25 +0000 | |
---|---|---|
committer | 2019-06-07 20:46:25 +0000 | |
commit | 64af7bbfb8e5763a9fb885c5cfd9c57e5d649135 (patch) | |
tree | 040cc0d395c5f2f715809b5a8a8a03dc59f9e8ec /lib/libcrypto/man/DH_generate_parameters.3 | |
parent | Do not load the config file if the server is exiting because it failed (diff) | |
download | wireguard-openbsd-64af7bbfb8e5763a9fb885c5cfd9c57e5d649135.tar.xz wireguard-openbsd-64af7bbfb8e5763a9fb885c5cfd9c57e5d649135.zip |
Remove the last references to the RAND_*(3) functions.
These references were misleading because these functions are no
longer used internally and applications should not call them either.
Issue brought up by tb@.
Diffstat (limited to 'lib/libcrypto/man/DH_generate_parameters.3')
-rw-r--r-- | lib/libcrypto/man/DH_generate_parameters.3 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libcrypto/man/DH_generate_parameters.3 b/lib/libcrypto/man/DH_generate_parameters.3 index 190ff098e08..68329c8b123 100644 --- a/lib/libcrypto/man/DH_generate_parameters.3 +++ b/lib/libcrypto/man/DH_generate_parameters.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: DH_generate_parameters.3,v 1.11 2018/03/27 17:35:50 schwarze Exp $ +.\" $OpenBSD: DH_generate_parameters.3,v 1.12 2019/06/07 20:46:25 schwarze Exp $ .\" OpenSSL 05ea606a May 20 20:52:46 2016 -0400 .\" .\" This file was written by Ulf Moeller <ulf@openssl.org>. @@ -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: March 27 2018 $ +.Dd $Mdocdate: June 7 2019 $ .Dt DH_GENERATE_PARAMETERS 3 .Os .Sh NAME @@ -148,8 +148,7 @@ The error codes can be obtained by .Sh SEE ALSO .Xr DH_get0_pqg 3 , .Xr DH_new 3 , -.Xr ERR_get_error 3 , -.Xr RAND_bytes 3 +.Xr ERR_get_error 3 .Sh HISTORY .Fn DH_check and |