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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/libcrypto/conf/conf.h b/src/lib/libcrypto/conf/conf.h
index 00efc12120..c54f87dca2 100644
--- a/src/lib/libcrypto/conf/conf.h
+++ b/src/lib/libcrypto/conf/conf.h
@@ -121,10 +121,8 @@ int CONF_set_default_method(CONF_METHOD *meth);
121void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash); 121void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash);
122LHASH_OF(CONF_VALUE) *CONF_load(LHASH_OF(CONF_VALUE) *conf, const char *file, 122LHASH_OF(CONF_VALUE) *CONF_load(LHASH_OF(CONF_VALUE) *conf, const char *file,
123 long *eline); 123 long *eline);
124#ifndef OPENSSL_NO_FP_API
125LHASH_OF(CONF_VALUE) *CONF_load_fp(LHASH_OF(CONF_VALUE) *conf, FILE *fp, 124LHASH_OF(CONF_VALUE) *CONF_load_fp(LHASH_OF(CONF_VALUE) *conf, FILE *fp,
126 long *eline); 125 long *eline);
127#endif
128LHASH_OF(CONF_VALUE) *CONF_load_bio(LHASH_OF(CONF_VALUE) *conf, BIO *bp, long *eline); 126LHASH_OF(CONF_VALUE) *CONF_load_bio(LHASH_OF(CONF_VALUE) *conf, BIO *bp, long *eline);
129STACK_OF(CONF_VALUE) *CONF_get_section(LHASH_OF(CONF_VALUE) *conf, 127STACK_OF(CONF_VALUE) *CONF_get_section(LHASH_OF(CONF_VALUE) *conf,
130 const char *section); 128 const char *section);
@@ -158,9 +156,7 @@ void NCONF_free(CONF *conf);
158void NCONF_free_data(CONF *conf); 156void NCONF_free_data(CONF *conf);
159 157
160int NCONF_load(CONF *conf, const char *file, long *eline); 158int NCONF_load(CONF *conf, const char *file, long *eline);
161#ifndef OPENSSL_NO_FP_API
162int NCONF_load_fp(CONF *conf, FILE *fp, long *eline); 159int NCONF_load_fp(CONF *conf, FILE *fp, long *eline);
163#endif
164int NCONF_load_bio(CONF *conf, BIO *bp, long *eline); 160int NCONF_load_bio(CONF *conf, BIO *bp, long *eline);
165STACK_OF(CONF_VALUE) *NCONF_get_section(const CONF *conf, const char *section); 161STACK_OF(CONF_VALUE) *NCONF_get_section(const CONF *conf, const char *section);
166char *NCONF_get_string(const CONF *conf, const char *group, const char *name); 162char *NCONF_get_string(const CONF *conf, const char *group, const char *name);