59 #ifndef HEADER_CONF_API_H
60 #define HEADER_CONF_API_H
62 #include <openssl/lhash.h>
63 #include <openssl/conf.h>
72 CONF_VALUE *_CONF_get_section(
const CONF *conf,
const char *section);
78 char *_CONF_get_string(
const CONF *conf,
const char *section,
80 long _CONF_get_number(
const CONF *conf,
const char *section,
const char *name);
82 int _CONF_new_data(
CONF *conf);
83 void _CONF_free_data(
CONF *conf);
STACK_OF(X509_NAME)
Definition: ssl_cert.c:554