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/DSA_generate_key.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/DSA_generate_key.3')
-rw-r--r-- | lib/libcrypto/man/DSA_generate_key.3 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libcrypto/man/DSA_generate_key.3 b/lib/libcrypto/man/DSA_generate_key.3 index 9e565e05a56..4ff2ab86c93 100644 --- a/lib/libcrypto/man/DSA_generate_key.3 +++ b/lib/libcrypto/man/DSA_generate_key.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: DSA_generate_key.3,v 1.8 2018/03/27 17:35:50 schwarze Exp $ +.\" $OpenBSD: DSA_generate_key.3,v 1.9 2019/06/07 20:46:25 schwarze Exp $ .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 .\" .\" 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 DSA_GENERATE_KEY 3 .Os .Sh NAME @@ -78,8 +78,7 @@ The error codes can be obtained by .Xr DSA_generate_parameters 3 , .Xr DSA_get0_key 3 , .Xr DSA_new 3 , -.Xr ERR_get_error 3 , -.Xr RAND_bytes 3 +.Xr ERR_get_error 3 .Sh HISTORY .Fn DSA_generate_key first appeared in SSLeay 0.6.0 and has been available since |