diff options
| author | tb <> | 2023-07-28 10:21:01 +0000 |
|---|---|---|
| committer | tb <> | 2023-07-28 10:21:01 +0000 |
| commit | 6f0a25f56e69a07f9a33663b857ea58bc32efba0 (patch) | |
| tree | f5135e3be73a200e3de6c7653f8573224f325770 /src/lib/libcrypto/Symbols.list | |
| parent | df077cec5ce229b03845385f6f75dbe7cd5f7080 (diff) | |
| download | openbsd-6f0a25f56e69a07f9a33663b857ea58bc32efba0.tar.gz openbsd-6f0a25f56e69a07f9a33663b857ea58bc32efba0.tar.bz2 openbsd-6f0a25f56e69a07f9a33663b857ea58bc32efba0.zip | |
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 'src/lib/libcrypto/Symbols.list')
| -rw-r--r-- | src/lib/libcrypto/Symbols.list | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/libcrypto/Symbols.list b/src/lib/libcrypto/Symbols.list index 8129d9f182..6a739fa193 100644 --- a/src/lib/libcrypto/Symbols.list +++ b/src/lib/libcrypto/Symbols.list | |||
| @@ -1123,7 +1123,6 @@ ERR_get_err_state_table | |||
| 1123 | ERR_get_error | 1123 | ERR_get_error |
| 1124 | ERR_get_error_line | 1124 | ERR_get_error_line |
| 1125 | ERR_get_error_line_data | 1125 | ERR_get_error_line_data |
| 1126 | ERR_get_implementation | ||
| 1127 | ERR_get_next_error_library | 1126 | ERR_get_next_error_library |
| 1128 | ERR_get_state | 1127 | ERR_get_state |
| 1129 | ERR_get_string_table | 1128 | ERR_get_string_table |
| @@ -1170,7 +1169,6 @@ ERR_release_err_state_table | |||
| 1170 | ERR_remove_state | 1169 | ERR_remove_state |
| 1171 | ERR_remove_thread_state | 1170 | ERR_remove_thread_state |
| 1172 | ERR_set_error_data | 1171 | ERR_set_error_data |
| 1173 | ERR_set_implementation | ||
| 1174 | ERR_set_mark | 1172 | ERR_set_mark |
| 1175 | ERR_unload_strings | 1173 | ERR_unload_strings |
| 1176 | ESS_CERT_ID_dup | 1174 | ESS_CERT_ID_dup |
