diff options
author | tb <> | 2023-07-28 10:21:01 +0000 |
---|---|---|
committer | tb <> | 2023-07-28 10:21:01 +0000 |
commit | e68ca11e376f4237fb9f8c10487e2d7b7dbfe585 (patch) | |
tree | f5135e3be73a200e3de6c7653f8573224f325770 /src/lib/libcrypto/Symbols.namespace | |
parent | 80044b19f0ece8df72ab24e3c1d89b8ca3d14bf7 (diff) | |
download | openbsd-e68ca11e376f4237fb9f8c10487e2d7b7dbfe585.tar.gz openbsd-e68ca11e376f4237fb9f8c10487e2d7b7dbfe585.tar.bz2 openbsd-e68ca11e376f4237fb9f8c10487e2d7b7dbfe585.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.namespace')
-rw-r--r-- | src/lib/libcrypto/Symbols.namespace | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/libcrypto/Symbols.namespace b/src/lib/libcrypto/Symbols.namespace index dcf70a63e6..721c111ff4 100644 --- a/src/lib/libcrypto/Symbols.namespace +++ b/src/lib/libcrypto/Symbols.namespace | |||
@@ -1396,8 +1396,6 @@ _libre_ERR_release_err_state_table | |||
1396 | _libre_ERR_get_next_error_library | 1396 | _libre_ERR_get_next_error_library |
1397 | _libre_ERR_set_mark | 1397 | _libre_ERR_set_mark |
1398 | _libre_ERR_pop_to_mark | 1398 | _libre_ERR_pop_to_mark |
1399 | _libre_ERR_get_implementation | ||
1400 | _libre_ERR_set_implementation | ||
1401 | _libre_RAND_set_rand_method | 1399 | _libre_RAND_set_rand_method |
1402 | _libre_RAND_get_rand_method | 1400 | _libre_RAND_get_rand_method |
1403 | _libre_RAND_SSLeay | 1401 | _libre_RAND_SSLeay |