summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/crypto/conf/conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/crypto/conf/conf.h')
-rw-r--r--crypto/openssl/crypto/conf/conf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/openssl/crypto/conf/conf.h b/crypto/openssl/crypto/conf/conf.h
index e7c5150..21831a9 100644
--- a/crypto/openssl/crypto/conf/conf.h
+++ b/crypto/openssl/crypto/conf/conf.h
@@ -78,7 +78,9 @@ typedef struct
DECLARE_STACK_OF(CONF_VALUE)
LHASH *CONF_load(LHASH *conf,const char *file,long *eline);
+#ifndef NO_FP_API
LHASH *CONF_load_fp(LHASH *conf, FILE *fp,long *eline);
+#endif
LHASH *CONF_load_bio(LHASH *conf, BIO *bp,long *eline);
STACK_OF(CONF_VALUE) *CONF_get_section(LHASH *conf,char *section);
char *CONF_get_string(LHASH *conf,char *group,char *name);
OpenPOWER on IntegriCloud