From 6378809b226a765a0c6d7e3cb375bac12ebb54cd Mon Sep 17 00:00:00 2001 From: Joey Yandle Date: Tue, 17 May 2016 13:42:52 -0700 Subject: [PATCH 1/1] set RAND_event and RAND_screen to deprecated in 1.1.0 in librypto.num Reviewed-by: Matt Caswell Reviewed-by: Tim Hudson Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/1079) --- util/libcrypto.num | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/libcrypto.num b/util/libcrypto.num index 32c36d9797..40d6e0db04 100644 --- a/util/libcrypto.num +++ b/util/libcrypto.num @@ -1355,7 +1355,7 @@ BN_BLINDING_set_flags 1314 1_1_0 EXIST::FUNCTION: ERR_peek_last_error 1315 1_1_0 EXIST::FUNCTION: ENGINE_set_cmd_defns 1316 1_1_0 EXIST::FUNCTION:ENGINE d2i_ASN1_NULL 1317 1_1_0 EXIST::FUNCTION: -RAND_event 1318 1_1_0 EXIST:WIN32:FUNCTION: +RAND_event 1318 1_1_0 EXIST:WIN32:FUNCTION:DEPRECATEDIN_1_1_0 i2d_PKCS12_fp 1319 1_1_0 EXIST::FUNCTION: EVP_PKEY_meth_get_init 1320 1_1_0 EXIST::FUNCTION: X509_check_trust 1321 1_1_0 EXIST::FUNCTION: @@ -1853,7 +1853,7 @@ OCSP_SINGLERESP_get_ext_by_NID 1800 1_1_0 EXIST::FUNCTION:OCSP a2i_IPADDRESS_NC 1801 1_1_0 EXIST::FUNCTION: CTLOG_STORE_load_default_file 1802 1_1_0 EXIST::FUNCTION:CT PKCS12_SAFEBAG_create_pkcs8_encrypt 1803 1_1_0 EXIST::FUNCTION: -RAND_screen 1804 1_1_0 EXIST:WIN32:FUNCTION: +RAND_screen 1804 1_1_0 EXIST:WIN32:FUNCTION:DEPRECATEDIN_1_1_0 CONF_get_string 1805 1_1_0 EXIST::FUNCTION: X509_cmp_current_time 1806 1_1_0 EXIST::FUNCTION: i2d_DSAPrivateKey 1807 1_1_0 EXIST::FUNCTION:DSA -- 2.34.1