diff options
| author | tb <> | 2024-03-02 10:30:48 +0000 |
|---|---|---|
| committer | tb <> | 2024-03-02 10:30:48 +0000 |
| commit | d23ca349fd2e45b2231f05fba70d31bc44134e14 (patch) | |
| tree | a0232bd4bd01c367e0b424879a078e3cbac3f147 /src/lib/libcrypto/Symbols.list | |
| parent | e3494e65f2eaea2f3dd1e2d5163aa09c4d59490f (diff) | |
| download | openbsd-d23ca349fd2e45b2231f05fba70d31bc44134e14.tar.gz openbsd-d23ca349fd2e45b2231f05fba70d31bc44134e14.tar.bz2 openbsd-d23ca349fd2e45b2231f05fba70d31bc44134e14.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.list')
| -rw-r--r-- | src/lib/libcrypto/Symbols.list | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/libcrypto/Symbols.list b/src/lib/libcrypto/Symbols.list index de97306613..715999858e 100644 --- a/src/lib/libcrypto/Symbols.list +++ b/src/lib/libcrypto/Symbols.list | |||
| @@ -1086,7 +1086,6 @@ ERR_get_error | |||
| 1086 | ERR_get_error_line | 1086 | ERR_get_error_line |
| 1087 | ERR_get_error_line_data | 1087 | ERR_get_error_line_data |
| 1088 | ERR_get_next_error_library | 1088 | ERR_get_next_error_library |
| 1089 | ERR_get_state | ||
| 1090 | ERR_lib_error_string | 1089 | ERR_lib_error_string |
| 1091 | ERR_load_ASN1_strings | 1090 | ERR_load_ASN1_strings |
| 1092 | ERR_load_BIO_strings | 1091 | ERR_load_BIO_strings |
