summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2021-02-04 19:25:44 +0100
committerTomas Mraz <tomas@openssl.org>2021-02-09 13:41:11 +0100
commit4d2a6159db1060ca38a3808cfa60bac46737c670 (patch)
tree5fb6c8b2361e07845de0b8921fa2c5d8b615f918 /util
parent604b86d8d360e36fc2fc0d1611d05bf38699d297 (diff)
Deprecate BN_pseudo_rand() and BN_pseudo_rand_range()
The functions are obsolete aliases for BN_rand() and BN_rand_range() since 1.1.0. Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14080)
Diffstat (limited to 'util')
-rw-r--r--util/libcrypto.num4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index f72749f062..226e496fc9 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -2423,7 +2423,7 @@ EC_POINT_get_Jprojective_coordinates_GFp 2473 3_0_0 EXIST::FUNCTION:DEPRECATEDIN
EVP_aes_128_cbc_hmac_sha256 2474 3_0_0 EXIST::FUNCTION:
i2d_PKCS7_SIGNED 2475 3_0_0 EXIST::FUNCTION:
TS_VERIFY_CTX_set_data 2476 3_0_0 EXIST::FUNCTION:TS
-BN_pseudo_rand_range 2477 3_0_0 EXIST::FUNCTION:
+BN_pseudo_rand_range 2477 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0
X509V3_EXT_add_nconf 2478 3_0_0 EXIST::FUNCTION:
EVP_CIPHER_CTX_ctrl 2479 3_0_0 EXIST::FUNCTION:
ASN1_T61STRING_it 2480 3_0_0 EXIST::FUNCTION:
@@ -3435,7 +3435,7 @@ X509_check_host 3506 3_0_0 EXIST::FUNCTION:
PEM_read_ECPKParameters 3507 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,EC,STDIO
X509_ATTRIBUTE_get0_data 3508 3_0_0 EXIST::FUNCTION:
CMS_add1_signer 3509 3_0_0 EXIST::FUNCTION:CMS
-BN_pseudo_rand 3510 3_0_0 EXIST::FUNCTION:
+BN_pseudo_rand 3510 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0
d2i_DIRECTORYSTRING 3511 3_0_0 EXIST::FUNCTION:
d2i_ASN1_PRINTABLE 3512 3_0_0 EXIST::FUNCTION:
EVP_PKEY_add1_attr_by_NID 3513 3_0_0 EXIST::FUNCTION: