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/hidden | |
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/hidden')
-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 */ |