summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/hidden
diff options
context:
space:
mode:
authortb <>2024-08-31 09:44:00 +0000
committertb <>2024-08-31 09:44:00 +0000
commit8ed0a536d68fcf1d741f36e88cb5e42af7f495b1 (patch)
tree97b3476cc61b0265c07f9bef8ee4470ff135c850 /src/lib/libcrypto/hidden
parent4cc1384c3d5bce74b01be7b3ccca401fd1890ee3 (diff)
downloadopenbsd-8ed0a536d68fcf1d741f36e88cb5e42af7f495b1.tar.gz
openbsd-8ed0a536d68fcf1d741f36e88cb5e42af7f495b1.tar.bz2
openbsd-8ed0a536d68fcf1d741f36e88cb5e42af7f495b1.zip
Unexport NCONF_default
The only project I'm aware of that ever used this was rust-openssl and they did so for no good reason. So remove this API, the crate's code is already adjusted accordingly. ok beck jsing
Diffstat (limited to 'src/lib/libcrypto/hidden')
-rw-r--r--src/lib/libcrypto/hidden/openssl/conf.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/hidden/openssl/conf.h b/src/lib/libcrypto/hidden/openssl/conf.h
index 7374501c9c..346fba1c4b 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.5 2024/08/31 09:41:53 tb Exp $ */ 1/* $OpenBSD: conf.h,v 1.6 2024/08/31 09:44: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 *
@@ -37,7 +37,6 @@ LCRYPTO_USED(CONF_free);
37LCRYPTO_USED(OPENSSL_config); 37LCRYPTO_USED(OPENSSL_config);
38LCRYPTO_USED(OPENSSL_no_config); 38LCRYPTO_USED(OPENSSL_no_config);
39LCRYPTO_USED(NCONF_new); 39LCRYPTO_USED(NCONF_new);
40LCRYPTO_USED(NCONF_default);
41LCRYPTO_USED(NCONF_free); 40LCRYPTO_USED(NCONF_free);
42LCRYPTO_USED(NCONF_load); 41LCRYPTO_USED(NCONF_load);
43LCRYPTO_USED(NCONF_load_bio); 42LCRYPTO_USED(NCONF_load_bio);