diff options
author | tb <> | 2024-08-31 09:50:52 +0000 |
---|---|---|
committer | tb <> | 2024-08-31 09:50:52 +0000 |
commit | 47d8e9d63b0c4faada5cbf609df1dd05bc3ffa5a (patch) | |
tree | 529b0e697861f5284b0451f23478abbf56fcf742 /src/lib/libcrypto/hidden | |
parent | af86cb620ed97ba6a9aaccee083551eb8285963a (diff) | |
download | openbsd-47d8e9d63b0c4faada5cbf609df1dd05bc3ffa5a.tar.gz openbsd-47d8e9d63b0c4faada5cbf609df1dd05bc3ffa5a.tar.bz2 openbsd-47d8e9d63b0c4faada5cbf609df1dd05bc3ffa5a.zip |
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
Diffstat (limited to 'src/lib/libcrypto/hidden')
-rw-r--r-- | src/lib/libcrypto/hidden/openssl/conf.h | 10 |
1 files changed, 1 insertions, 9 deletions
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 @@ | |||
1 | /* $OpenBSD: conf.h,v 1.6 2024/08/31 09:44:00 tb Exp $ */ | 1 | /* $OpenBSD: conf.h,v 1.7 2024/08/31 09:50:52 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2024 Bob Beck <beck@openbsd.org> | 3 | * Copyright (c) 2024 Bob Beck <beck@openbsd.org> |
4 | * | 4 | * |
@@ -25,15 +25,7 @@ | |||
25 | #endif | 25 | #endif |
26 | #include "crypto_namespace.h" | 26 | #include "crypto_namespace.h" |
27 | 27 | ||
28 | LCRYPTO_USED(CONF_set_default_method); | ||
29 | LCRYPTO_USED(CONF_set_nconf); | 28 | LCRYPTO_USED(CONF_set_nconf); |
30 | LCRYPTO_USED(CONF_load); | ||
31 | LCRYPTO_USED(CONF_load_fp); | ||
32 | LCRYPTO_USED(CONF_load_bio); | ||
33 | LCRYPTO_USED(CONF_get_section); | ||
34 | LCRYPTO_USED(CONF_get_string); | ||
35 | LCRYPTO_USED(CONF_get_number); | ||
36 | LCRYPTO_USED(CONF_free); | ||
37 | LCRYPTO_USED(OPENSSL_config); | 29 | LCRYPTO_USED(OPENSSL_config); |
38 | LCRYPTO_USED(OPENSSL_no_config); | 30 | LCRYPTO_USED(OPENSSL_no_config); |
39 | LCRYPTO_USED(NCONF_new); | 31 | LCRYPTO_USED(NCONF_new); |