summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/conf/conf_local.h
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/conf/conf_local.h
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/conf/conf_local.h')
-rw-r--r--src/lib/libcrypto/conf/conf_local.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/conf/conf_local.h b/src/lib/libcrypto/conf/conf_local.h
index f2c755bbf6..035f957866 100644
--- a/src/lib/libcrypto/conf/conf_local.h
+++ b/src/lib/libcrypto/conf/conf_local.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: conf_local.h,v 1.4 2024/08/31 09:39:31 tb Exp $ */ 1/* $OpenBSD: conf_local.h,v 1.5 2024/08/31 09:44:00 tb Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -61,6 +61,8 @@
61 61
62__BEGIN_HIDDEN_DECLS 62__BEGIN_HIDDEN_DECLS
63 63
64const CONF_METHOD *NCONF_default(void);
65
64struct conf_method_st { 66struct conf_method_st {
65 const char *name; 67 const char *name;
66 CONF *(*create)(const CONF_METHOD *meth); 68 CONF *(*create)(const CONF_METHOD *meth);