summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/conf/conf.h
diff options
context:
space:
mode:
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