From e68ca11e376f4237fb9f8c10487e2d7b7dbfe585 Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 28 Jul 2023 10:21:01 +0000 Subject: 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 --- src/lib/libcrypto/hidden/openssl/err.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/lib/libcrypto/hidden') 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 @@ -/* $OpenBSD: err.h,v 1.2 2023/07/07 19:37:54 beck Exp $ */ +/* $OpenBSD: err.h,v 1.3 2023/07/28 10:21:01 tb Exp $ */ /* * Copyright (c) 2023 Bob Beck * @@ -60,7 +60,5 @@ LCRYPTO_USED(ERR_release_err_state_table); LCRYPTO_USED(ERR_get_next_error_library); LCRYPTO_USED(ERR_set_mark); LCRYPTO_USED(ERR_pop_to_mark); -LCRYPTO_USED(ERR_get_implementation); -LCRYPTO_USED(ERR_set_implementation); #endif /* _LIBCRYPTO_ERR_H */ -- cgit v1.2.3-55-g6feb