From 47d8e9d63b0c4faada5cbf609df1dd05bc3ffa5a Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 31 Aug 2024 09:50:52 +0000 Subject: Remove more CONF_* functions that are no longer needed This is the next layer of unused cruft that can now go. The code lovingly called it 'the "CONF classic" functions'. No tear was shed. Don't worry, we still have the "New CONF" functions! ok beck jsing --- src/lib/libcrypto/hidden/openssl/conf.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'src/lib/libcrypto/hidden') diff --git a/src/lib/libcrypto/hidden/openssl/conf.h b/src/lib/libcrypto/hidden/openssl/conf.h index 346fba1c4b..adb9b38548 100644 --- a/src/lib/libcrypto/hidden/openssl/conf.h +++ b/src/lib/libcrypto/hidden/openssl/conf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.h,v 1.6 2024/08/31 09:44:00 tb Exp $ */ +/* $OpenBSD: conf.h,v 1.7 2024/08/31 09:50:52 tb Exp $ */ /* * Copyright (c) 2024 Bob Beck * @@ -25,15 +25,7 @@ #endif #include "crypto_namespace.h" -LCRYPTO_USED(CONF_set_default_method); LCRYPTO_USED(CONF_set_nconf); -LCRYPTO_USED(CONF_load); -LCRYPTO_USED(CONF_load_fp); -LCRYPTO_USED(CONF_load_bio); -LCRYPTO_USED(CONF_get_section); -LCRYPTO_USED(CONF_get_string); -LCRYPTO_USED(CONF_get_number); -LCRYPTO_USED(CONF_free); LCRYPTO_USED(OPENSSL_config); LCRYPTO_USED(OPENSSL_no_config); LCRYPTO_USED(NCONF_new); -- cgit v1.2.3-55-g6feb