summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Symbols.namespace
diff options
context:
space:
mode:
authortb <>2024-03-02 10:30:48 +0000
committertb <>2024-03-02 10:30:48 +0000
commit695cb1c8837847976b081799d3e5a6efc8a10d82 (patch)
treea0232bd4bd01c367e0b424879a078e3cbac3f147 /src/lib/libcrypto/Symbols.namespace
parent5a00ce7e0fdf4ebc1ab7bd8381c2bada8bf1b5c7 (diff)
downloadopenbsd-695cb1c8837847976b081799d3e5a6efc8a10d82.tar.gz
openbsd-695cb1c8837847976b081799d3e5a6efc8a10d82.tar.bz2
openbsd-695cb1c8837847976b081799d3e5a6efc8a10d82.zip
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
Diffstat (limited to 'src/lib/libcrypto/Symbols.namespace')
-rw-r--r--src/lib/libcrypto/Symbols.namespace1
1 files changed, 0 insertions, 1 deletions
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
1328_libre_ERR_free_strings 1328_libre_ERR_free_strings
1329_libre_ERR_remove_thread_state 1329_libre_ERR_remove_thread_state
1330_libre_ERR_remove_state 1330_libre_ERR_remove_state
1331_libre_ERR_get_state
1332_libre_ERR_get_next_error_library 1331_libre_ERR_get_next_error_library
1333_libre_ERR_set_mark 1332_libre_ERR_set_mark
1334_libre_ERR_pop_to_mark 1333_libre_ERR_pop_to_mark