From d23ca349fd2e45b2231f05fba70d31bc44134e14 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 2 Mar 2024 10:30:48 +0000 Subject: Remove ERR_get_state The ERR_STATE struct is an unused implementation detail of the horrific error stack code. It is the last public consumer of CRYPTO_THREAD internals. Make this and its accessor internal so we can make the CRYPTO_THREAD struct opaque. ok jsing --- src/lib/libcrypto/Symbols.namespace | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lib/libcrypto/Symbols.namespace') diff --git a/src/lib/libcrypto/Symbols.namespace b/src/lib/libcrypto/Symbols.namespace index a540b31048..6aa4468fae 100644 --- a/src/lib/libcrypto/Symbols.namespace +++ b/src/lib/libcrypto/Symbols.namespace @@ -1328,7 +1328,6 @@ _libre_ERR_load_crypto_strings _libre_ERR_free_strings _libre_ERR_remove_thread_state _libre_ERR_remove_state -_libre_ERR_get_state _libre_ERR_get_next_error_library _libre_ERR_set_mark _libre_ERR_pop_to_mark -- cgit v1.2.3-55-g6feb