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/hidden/openssl/err.h | |
| 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/hidden/openssl/err.h')
| -rw-r--r-- | src/lib/libcrypto/hidden/openssl/err.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/hidden/openssl/err.h b/src/lib/libcrypto/hidden/openssl/err.h index bc2a96644c..c53feb89f4 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.2 2023/07/07 19:37:54 beck Exp $ */ | 1 | /* $OpenBSD: err.h,v 1.3 2023/07/28 10:21:01 tb Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> | 3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> |
| 4 | * | 4 | * |
| @@ -60,7 +60,5 @@ LCRYPTO_USED(ERR_release_err_state_table); | |||
| 60 | LCRYPTO_USED(ERR_get_next_error_library); | 60 | LCRYPTO_USED(ERR_get_next_error_library); |
| 61 | LCRYPTO_USED(ERR_set_mark); | 61 | LCRYPTO_USED(ERR_set_mark); |
| 62 | LCRYPTO_USED(ERR_pop_to_mark); | 62 | LCRYPTO_USED(ERR_pop_to_mark); |
| 63 | LCRYPTO_USED(ERR_get_implementation); | ||
| 64 | LCRYPTO_USED(ERR_set_implementation); | ||
| 65 | 63 | ||
| 66 | #endif /* _LIBCRYPTO_ERR_H */ | 64 | #endif /* _LIBCRYPTO_ERR_H */ |
