summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/conf/conf.h
diff options
context:
space:
mode:
authortb <>2024-08-31 09:34:05 +0000
committertb <>2024-08-31 09:34:05 +0000
commitebbef0a381acc7b85b2afe9de7bd3cd041a523c6 (patch)
tree9fe4cd68c295b8132ce1d6151629c2ddffaa37d2 /src/lib/libcrypto/conf/conf.h
parent21569680041274b11a0f3de31bc00bdf52ddaa11 (diff)
downloadopenbsd-ebbef0a381acc7b85b2afe9de7bd3cd041a523c6.tar.gz
openbsd-ebbef0a381acc7b85b2afe9de7bd3cd041a523c6.tar.bz2
openbsd-ebbef0a381acc7b85b2afe9de7bd3cd041a523c6.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/conf/conf.h')
-rw-r--r--src/lib/libcrypto/conf/conf.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/conf/conf.h b/src/lib/libcrypto/conf/conf.h
index feccaafb05..59222e8ca1 100644
--- a/src/lib/libcrypto/conf/conf.h
+++ b/src/lib/libcrypto/conf/conf.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: conf.h,v 1.19 2024/08/31 09:26:18 tb Exp $ */ 1/* $OpenBSD: conf.h,v 1.20 2024/08/31 09:34:05 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 *
@@ -133,7 +133,6 @@ struct conf_st {
133 133
134CONF *NCONF_new(CONF_METHOD *meth); 134CONF *NCONF_new(CONF_METHOD *meth);
135CONF_METHOD *NCONF_default(void); 135CONF_METHOD *NCONF_default(void);
136CONF_METHOD *NCONF_WIN32(void);
137void NCONF_free(CONF *conf); 136void NCONF_free(CONF *conf);
138void NCONF_free_data(CONF *conf); 137void NCONF_free_data(CONF *conf);
139 138