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/hidden/openssl/err.h | |
| 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/hidden/openssl/err.h')
| -rw-r--r-- | src/lib/libcrypto/hidden/openssl/err.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/hidden/openssl/err.h b/src/lib/libcrypto/hidden/openssl/err.h index 036ead8c08..08f97e1c5d 100644 --- a/src/lib/libcrypto/hidden/openssl/err.h +++ b/src/lib/libcrypto/hidden/openssl/err.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: err.h,v 1.4 2023/07/28 10:23:19 tb Exp $ */ | 1 | /* $OpenBSD: err.h,v 1.5 2024/03/02 10:30:48 tb Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> | 3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> |
| 4 | * | 4 | * |
| @@ -53,7 +53,6 @@ LCRYPTO_USED(ERR_load_crypto_strings); | |||
| 53 | LCRYPTO_USED(ERR_free_strings); | 53 | LCRYPTO_USED(ERR_free_strings); |
| 54 | LCRYPTO_USED(ERR_remove_thread_state); | 54 | LCRYPTO_USED(ERR_remove_thread_state); |
| 55 | LCRYPTO_USED(ERR_remove_state); | 55 | LCRYPTO_USED(ERR_remove_state); |
| 56 | LCRYPTO_USED(ERR_get_state); | ||
| 57 | LCRYPTO_USED(ERR_get_next_error_library); | 56 | LCRYPTO_USED(ERR_get_next_error_library); |
| 58 | LCRYPTO_USED(ERR_set_mark); | 57 | LCRYPTO_USED(ERR_set_mark); |
| 59 | LCRYPTO_USED(ERR_pop_to_mark); | 58 | LCRYPTO_USED(ERR_pop_to_mark); |
