From 7031212164b5493a716d2d9cd97186e6adf787b9 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 31 Aug 2024 10:09:15 +0000 Subject: Remove ERR_add_{,v}data() Another unused bit of legacy API... ok beck jsing --- src/lib/libcrypto/hidden/openssl/err.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/lib/libcrypto/hidden/openssl/err.h') diff --git a/src/lib/libcrypto/hidden/openssl/err.h b/src/lib/libcrypto/hidden/openssl/err.h index 5a5893f813..026c18a545 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.6 2024/07/09 07:17:13 beck Exp $ */ +/* $OpenBSD: err.h,v 1.7 2024/08/31 10:09:15 tb Exp $ */ /* * Copyright (c) 2023 Bob Beck * @@ -56,7 +56,5 @@ LCRYPTO_USED(ERR_remove_state); LCRYPTO_USED(ERR_get_next_error_library); LCRYPTO_USED(ERR_set_mark); LCRYPTO_USED(ERR_pop_to_mark); -LCRYPTO_UNUSED(ERR_add_error_data); -LCRYPTO_UNUSED(ERR_add_error_vdata); #endif /* _LIBCRYPTO_ERR_H */ -- cgit v1.2.3-55-g6feb