summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/hidden
diff options
context:
space:
mode:
authortb <>2024-08-31 09:53:02 +0000
committertb <>2024-08-31 09:53:02 +0000
commit8009530250a9c798e9955d639c0ef72bbab8caf8 (patch)
treebd32546e4278102440c84c3bde0e8890e959444c /src/lib/libcrypto/hidden
parent7f03b50a5d7cfb3cca856ac51fc6c1d4b97709e6 (diff)
downloadopenbsd-8009530250a9c798e9955d639c0ef72bbab8caf8.tar.gz
openbsd-8009530250a9c798e9955d639c0ef72bbab8caf8.tar.bz2
openbsd-8009530250a9c798e9955d639c0ef72bbab8caf8.zip
Unexport CONF_set_nconf()
This translation device from old to new conf guts will need to stay for a while. However, it's only needed internally. 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 adb9b38548..29b49e920d 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.7 2024/08/31 09:50:52 tb Exp $ */ 1/* $OpenBSD: conf.h,v 1.8 2024/08/31 09:53:02 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,7 +25,6 @@
25#endif 25#endif
26#include "crypto_namespace.h" 26#include "crypto_namespace.h"
27 27
28LCRYPTO_USED(CONF_set_nconf);
29LCRYPTO_USED(OPENSSL_config); 28LCRYPTO_USED(OPENSSL_config);
30LCRYPTO_USED(OPENSSL_no_config); 29LCRYPTO_USED(OPENSSL_no_config);
31LCRYPTO_USED(NCONF_new); 30LCRYPTO_USED(NCONF_new);