diff options
author | tb <> | 2024-03-02 10:30:48 +0000 |
---|---|---|
committer | tb <> | 2024-03-02 10:30:48 +0000 |
commit | 695cb1c8837847976b081799d3e5a6efc8a10d82 (patch) | |
tree | a0232bd4bd01c367e0b424879a078e3cbac3f147 /src/lib/libcrypto/Symbols.namespace | |
parent | 5a00ce7e0fdf4ebc1ab7bd8381c2bada8bf1b5c7 (diff) | |
download | openbsd-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.namespace | 1 |
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 |