From 118051aad867c86fdfdd1e12985c74aceed9470f Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 31 Aug 2024 09:18:00 +0000 Subject: Remove unused {,N}CONF_dump_{bio,fp}() It's time to start removing some horrors from the conf/ garbage. If the current top layer wasn't terrible enough, you could always slap another one on top of it and it would then be truly marvellous. ok beck jsing --- src/lib/libcrypto/hidden/openssl/conf.h | 6 +----- 1 file changed, 1 insertion(+), 5 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 9408a543e3..9d073303ca 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.1 2024/04/09 14:57:28 tb Exp $ */ +/* $OpenBSD: conf.h,v 1.2 2024/08/31 09:18:00 tb Exp $ */ /* * Copyright (c) 2024 Bob Beck * @@ -34,8 +34,6 @@ LCRYPTO_USED(CONF_get_section); LCRYPTO_USED(CONF_get_string); LCRYPTO_USED(CONF_get_number); LCRYPTO_USED(CONF_free); -LCRYPTO_USED(CONF_dump_fp); -LCRYPTO_USED(CONF_dump_bio); LCRYPTO_USED(OPENSSL_config); LCRYPTO_USED(OPENSSL_no_config); LCRYPTO_USED(NCONF_new); @@ -49,8 +47,6 @@ LCRYPTO_USED(NCONF_load_bio); LCRYPTO_USED(NCONF_get_section); LCRYPTO_USED(NCONF_get_string); LCRYPTO_USED(NCONF_get_number_e); -LCRYPTO_USED(NCONF_dump_fp); -LCRYPTO_USED(NCONF_dump_bio); LCRYPTO_USED(CONF_modules_load); LCRYPTO_USED(CONF_modules_load_file); LCRYPTO_USED(CONF_modules_unload); -- cgit v1.2.3-55-g6feb