59 #ifndef HEADER_CONF_API_H
60 # define HEADER_CONF_API_H
62 # include <openssl/lhash.h>
63 # include <openssl/conf.h>
70 CONF_VALUE *_CONF_new_section(CONF *conf,
const char *section);
72 CONF_VALUE *_CONF_get_section(
const CONF *conf,
const char *section);
74 STACK_OF(CONF_VALUE) *_CONF_get_section_values(
const CONF *conf,
77 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value);
78 char *_CONF_get_string(
const CONF *conf,
const char *section,
80 long _CONF_get_number(
const CONF *conf,
const char *section,
83 int _CONF_new_data(CONF *conf);
84 void _CONF_free_data(CONF *conf);