diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2023-07-28 10:21:02 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2023-07-28 10:21:02 +0000 |
commit | 8361aacad492dc8496169a89d4bb67c60a1f493f (patch) | |
tree | 6280bb7409213839bbecceb28a659e945cca272b /lib/libcrypto/Symbols.list | |
parent | e0756108b143dbdf93bde189790801c3e5a8949a (diff) |
Remove ERR_{get,set}_implementation()
Much like ex_data, applications can make the library use their own error
stack implementation. Well, except as of right now they no longer can.
ok jsing
Diffstat (limited to 'lib/libcrypto/Symbols.list')
-rw-r--r-- | lib/libcrypto/Symbols.list | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libcrypto/Symbols.list b/lib/libcrypto/Symbols.list index 8129d9f182c..6a739fa1931 100644 --- a/lib/libcrypto/Symbols.list +++ b/lib/libcrypto/Symbols.list @@ -1123,7 +1123,6 @@ ERR_get_err_state_table ERR_get_error ERR_get_error_line ERR_get_error_line_data -ERR_get_implementation ERR_get_next_error_library ERR_get_state ERR_get_string_table @@ -1170,7 +1169,6 @@ ERR_release_err_state_table ERR_remove_state ERR_remove_thread_state ERR_set_error_data -ERR_set_implementation ERR_set_mark ERR_unload_strings ESS_CERT_ID_dup |