summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/conf/conf_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/conf/conf_local.h')
-rw-r--r--src/lib/libcrypto/conf/conf_local.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/conf/conf_local.h b/src/lib/libcrypto/conf/conf_local.h
index c3c6b22923..71cd22707b 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.9 2024/10/18 11:12:10 tb Exp $ */ 1/* $OpenBSD: conf_local.h,v 1.10 2025/03/08 09:35:53 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 *
@@ -88,8 +88,6 @@ void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash);
88 88
89CONF_VALUE *_CONF_new_section(CONF *conf, const char *section); 89CONF_VALUE *_CONF_new_section(CONF *conf, const char *section);
90CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section); 90CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section);
91STACK_OF(CONF_VALUE) *_CONF_get_section_values(const CONF *conf,
92 const char *section);
93 91
94int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value); 92int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value);
95char *_CONF_get_string(const CONF *conf, const char *section, 93char *_CONF_get_string(const CONF *conf, const char *section,