summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/hidden/openssl
diff options
context:
space:
mode:
authortb <>2024-08-31 09:18:00 +0000
committertb <>2024-08-31 09:18:00 +0000
commitf725589730b88830cf4e7f19e9e69b38a87802d9 (patch)
tree08439682ae0357dcc698bee785d05e0a152d2e0b /src/lib/libcrypto/hidden/openssl
parent4d0ecb9ca6915541794e3cc736907b89e9a1dd6c (diff)
downloadopenbsd-f725589730b88830cf4e7f19e9e69b38a87802d9.tar.gz
openbsd-f725589730b88830cf4e7f19e9e69b38a87802d9.tar.bz2
openbsd-f725589730b88830cf4e7f19e9e69b38a87802d9.zip
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
Diffstat (limited to 'src/lib/libcrypto/hidden/openssl')
-rw-r--r--src/lib/libcrypto/hidden/openssl/conf.h6
1 files changed, 1 insertions, 5 deletions
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 @@
1/* $OpenBSD: conf.h,v 1.1 2024/04/09 14:57:28 tb Exp $ */ 1/* $OpenBSD: conf.h,v 1.2 2024/08/31 09:18:00 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2024 Bob Beck <beck@openbsd.org> 3 * Copyright (c) 2024 Bob Beck <beck@openbsd.org>
4 * 4 *
@@ -34,8 +34,6 @@ LCRYPTO_USED(CONF_get_section);
34LCRYPTO_USED(CONF_get_string); 34LCRYPTO_USED(CONF_get_string);
35LCRYPTO_USED(CONF_get_number); 35LCRYPTO_USED(CONF_get_number);
36LCRYPTO_USED(CONF_free); 36LCRYPTO_USED(CONF_free);
37LCRYPTO_USED(CONF_dump_fp);
38LCRYPTO_USED(CONF_dump_bio);
39LCRYPTO_USED(OPENSSL_config); 37LCRYPTO_USED(OPENSSL_config);
40LCRYPTO_USED(OPENSSL_no_config); 38LCRYPTO_USED(OPENSSL_no_config);
41LCRYPTO_USED(NCONF_new); 39LCRYPTO_USED(NCONF_new);
@@ -49,8 +47,6 @@ LCRYPTO_USED(NCONF_load_bio);
49LCRYPTO_USED(NCONF_get_section); 47LCRYPTO_USED(NCONF_get_section);
50LCRYPTO_USED(NCONF_get_string); 48LCRYPTO_USED(NCONF_get_string);
51LCRYPTO_USED(NCONF_get_number_e); 49LCRYPTO_USED(NCONF_get_number_e);
52LCRYPTO_USED(NCONF_dump_fp);
53LCRYPTO_USED(NCONF_dump_bio);
54LCRYPTO_USED(CONF_modules_load); 50LCRYPTO_USED(CONF_modules_load);
55LCRYPTO_USED(CONF_modules_load_file); 51LCRYPTO_USED(CONF_modules_load_file);
56LCRYPTO_USED(CONF_modules_unload); 52LCRYPTO_USED(CONF_modules_unload);