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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/libcrypto/conf/conf.h b/src/lib/libcrypto/conf/conf.h
index e7c5150097..21831a92a3 100644
--- a/src/lib/libcrypto/conf/conf.h
+++ b/src/lib/libcrypto/conf/conf.h
@@ -78,7 +78,9 @@ typedef struct
78DECLARE_STACK_OF(CONF_VALUE) 78DECLARE_STACK_OF(CONF_VALUE)
79 79
80LHASH *CONF_load(LHASH *conf,const char *file,long *eline); 80LHASH *CONF_load(LHASH *conf,const char *file,long *eline);
81#ifndef NO_FP_API
81LHASH *CONF_load_fp(LHASH *conf, FILE *fp,long *eline); 82LHASH *CONF_load_fp(LHASH *conf, FILE *fp,long *eline);
83#endif
82LHASH *CONF_load_bio(LHASH *conf, BIO *bp,long *eline); 84LHASH *CONF_load_bio(LHASH *conf, BIO *bp,long *eline);
83STACK_OF(CONF_VALUE) *CONF_get_section(LHASH *conf,char *section); 85STACK_OF(CONF_VALUE) *CONF_get_section(LHASH *conf,char *section);
84char *CONF_get_string(LHASH *conf,char *group,char *name); 86char *CONF_get_string(LHASH *conf,char *group,char *name);