diff options
author | schwarze <> | 2019-06-07 20:46:25 +0000 |
---|---|---|
committer | schwarze <> | 2019-06-07 20:46:25 +0000 |
commit | 4fa434c19edccce89fe23b764f97706c3ba86b8d (patch) | |
tree | 3f39182fcaa900c1b73c446e99a95b9baa43be46 /src/lib/libcrypto/man/DSA_generate_key.3 | |
parent | 9c5872632f4705dc83b87531acf320dbf77fea3f (diff) | |
download | openbsd-4fa434c19edccce89fe23b764f97706c3ba86b8d.tar.gz openbsd-4fa434c19edccce89fe23b764f97706c3ba86b8d.tar.bz2 openbsd-4fa434c19edccce89fe23b764f97706c3ba86b8d.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 'src/lib/libcrypto/man/DSA_generate_key.3')
-rw-r--r-- | src/lib/libcrypto/man/DSA_generate_key.3 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/DSA_generate_key.3 b/src/lib/libcrypto/man/DSA_generate_key.3 index 9e565e05a5..4ff2ab86c9 100644 --- a/src/lib/libcrypto/man/DSA_generate_key.3 +++ b/src/lib/libcrypto/man/DSA_generate_key.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: DSA_generate_key.3,v 1.8 2018/03/27 17:35:50 schwarze Exp $ | 1 | .\" $OpenBSD: DSA_generate_key.3,v 1.9 2019/06/07 20:46:25 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: March 27 2018 $ | 51 | .Dd $Mdocdate: June 7 2019 $ |
52 | .Dt DSA_GENERATE_KEY 3 | 52 | .Dt DSA_GENERATE_KEY 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -78,8 +78,7 @@ The error codes can be obtained by | |||
78 | .Xr DSA_generate_parameters 3 , | 78 | .Xr DSA_generate_parameters 3 , |
79 | .Xr DSA_get0_key 3 , | 79 | .Xr DSA_get0_key 3 , |
80 | .Xr DSA_new 3 , | 80 | .Xr DSA_new 3 , |
81 | .Xr ERR_get_error 3 , | 81 | .Xr ERR_get_error 3 |
82 | .Xr RAND_bytes 3 | ||
83 | .Sh HISTORY | 82 | .Sh HISTORY |
84 | .Fn DSA_generate_key | 83 | .Fn DSA_generate_key |
85 | first appeared in SSLeay 0.6.0 and has been available since | 84 | first appeared in SSLeay 0.6.0 and has been available since |