summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/hidden/openssl/conf.h
diff options
context:
space:
mode:
authortb <>2024-08-31 09:34:05 +0000
committertb <>2024-08-31 09:34:05 +0000
commit67af3e257ef9f1c1bdcc16b7bf9e501296005219 (patch)
tree9fe4cd68c295b8132ce1d6151629c2ddffaa37d2 /src/lib/libcrypto/hidden/openssl/conf.h
parent51c678b741cbefcaed139a0d65b70d02ac25559d (diff)
downloadopenbsd-67af3e257ef9f1c1bdcc16b7bf9e501296005219.tar.gz
openbsd-67af3e257ef9f1c1bdcc16b7bf9e501296005219.tar.bz2
openbsd-67af3e257ef9f1c1bdcc16b7bf9e501296005219.zip
Remove NCONF_WIN32
Undocumented and entirely unused. Gets rid of a big, modifiable, global table. ok beck jsing
Diffstat (limited to 'src/lib/libcrypto/hidden/openssl/conf.h')
-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 b4fb6e9045..dc211d8968 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.3 2024/08/31 09:26:18 tb Exp $ */ 1/* $OpenBSD: conf.h,v 1.4 2024/08/31 09:34:05 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2024 Bob Beck <beck@openbsd.org> 3 * Copyright (c) 2024 Bob Beck <beck@openbsd.org>
4 * 4 *
@@ -38,7 +38,6 @@ LCRYPTO_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); 40LCRYPTO_USED(NCONF_default);
41LCRYPTO_USED(NCONF_WIN32);
42LCRYPTO_USED(NCONF_free); 41LCRYPTO_USED(NCONF_free);
43LCRYPTO_USED(NCONF_free_data); 42LCRYPTO_USED(NCONF_free_data);
44LCRYPTO_USED(NCONF_load); 43LCRYPTO_USED(NCONF_load);