Home
last modified time | relevance | path

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

/third_party/openssl/crypto/conf/
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()
75 ERR_add_error_data(2, "section=", ssl_conf_section); in ssl_module_init()