diff options
Diffstat (limited to 'src/lib/libcrypto/conf/conf.h')
-rw-r--r-- | src/lib/libcrypto/conf/conf.h | 4 |
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); | |||
121 | void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash); | 121 | void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash); |
122 | LHASH_OF(CONF_VALUE) *CONF_load(LHASH_OF(CONF_VALUE) *conf, const char *file, | 122 | LHASH_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 | ||
125 | LHASH_OF(CONF_VALUE) *CONF_load_fp(LHASH_OF(CONF_VALUE) *conf, FILE *fp, | 124 | LHASH_OF(CONF_VALUE) *CONF_load_fp(LHASH_OF(CONF_VALUE) *conf, FILE *fp, |
126 | long *eline); | 125 | long *eline); |
127 | #endif | ||
128 | LHASH_OF(CONF_VALUE) *CONF_load_bio(LHASH_OF(CONF_VALUE) *conf, BIO *bp, long *eline); | 126 | LHASH_OF(CONF_VALUE) *CONF_load_bio(LHASH_OF(CONF_VALUE) *conf, BIO *bp, long *eline); |
129 | STACK_OF(CONF_VALUE) *CONF_get_section(LHASH_OF(CONF_VALUE) *conf, | 127 | STACK_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); | |||
158 | void NCONF_free_data(CONF *conf); | 156 | void NCONF_free_data(CONF *conf); |
159 | 157 | ||
160 | int NCONF_load(CONF *conf, const char *file, long *eline); | 158 | int NCONF_load(CONF *conf, const char *file, long *eline); |
161 | #ifndef OPENSSL_NO_FP_API | ||
162 | int NCONF_load_fp(CONF *conf, FILE *fp, long *eline); | 159 | int NCONF_load_fp(CONF *conf, FILE *fp, long *eline); |
163 | #endif | ||
164 | int NCONF_load_bio(CONF *conf, BIO *bp, long *eline); | 160 | int NCONF_load_bio(CONF *conf, BIO *bp, long *eline); |
165 | STACK_OF(CONF_VALUE) *NCONF_get_section(const CONF *conf, const char *section); | 161 | STACK_OF(CONF_VALUE) *NCONF_get_section(const CONF *conf, const char *section); |
166 | char *NCONF_get_string(const CONF *conf, const char *group, const char *name); | 162 | char *NCONF_get_string(const CONF *conf, const char *group, const char *name); |