From 9b9fc000d4d482c0c3086b0e54b4c1a88c76ee34 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 2 Mar 2024 11:28:46 +0000 Subject: Remove a bunch of CRYPTO memory API This was neutered early on in the fork and has been rotting ever since. Some parts of the API are still used, but it's easier to clean up when most of the mess is gone. ok jsing --- src/lib/libcrypto/Symbols.namespace | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'src/lib/libcrypto/Symbols.namespace') diff --git a/src/lib/libcrypto/Symbols.namespace b/src/lib/libcrypto/Symbols.namespace index b673042f02..ff6e6492e2 100644 --- a/src/lib/libcrypto/Symbols.namespace +++ b/src/lib/libcrypto/Symbols.namespace @@ -1864,26 +1864,12 @@ _libre_CRYPTO_set_locked_mem_functions _libre_CRYPTO_set_mem_ex_functions _libre_CRYPTO_set_locked_mem_ex_functions _libre_CRYPTO_set_mem_debug_functions -_libre_CRYPTO_get_mem_functions -_libre_CRYPTO_get_locked_mem_functions -_libre_CRYPTO_get_mem_ex_functions -_libre_CRYPTO_get_locked_mem_ex_functions -_libre_CRYPTO_get_mem_debug_functions _libre_CRYPTO_realloc_clean _libre_CRYPTO_remalloc _libre_CRYPTO_set_mem_debug_options -_libre_CRYPTO_get_mem_debug_options _libre_CRYPTO_push_info_ _libre_CRYPTO_pop_info _libre_CRYPTO_remove_all_info -_libre_CRYPTO_dbg_malloc -_libre_CRYPTO_dbg_realloc -_libre_CRYPTO_dbg_free -_libre_CRYPTO_dbg_set_options -_libre_CRYPTO_dbg_get_options -_libre_CRYPTO_mem_leaks_fp -_libre_CRYPTO_mem_leaks -_libre_CRYPTO_mem_leaks_cb _libre_OpenSSLDie _libre_OPENSSL_cpu_caps _libre_OPENSSL_init_crypto -- cgit v1.2.3-55-g6feb