Home
last modified time | relevance | path

Searched refs:ssl_conf_section (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/crypto/conf/
H A Dconf_ssl.c65 const char *ssl_conf_section; in ssl_module_init() local
68 ssl_conf_section = CONF_imodule_get_value(md); in ssl_module_init()
69 cmd_lists = NCONF_get_section(cnf, ssl_conf_section); in ssl_module_init()
76 ERR_raise_data(ERR_LIB_CONF, rcode, "section=%s", ssl_conf_section); in ssl_module_init()