Home
last modified time | relevance | path

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

/third_party/openssl/crypto/conf/
Dconf_mod.c77 char *vsection = NULL; in CONF_modules_load() local
85 vsection = NCONF_get_string(cnf, NULL, appname); in CONF_modules_load()
87 if (!appname || (!vsection && (flags & CONF_MFLAGS_DEFAULT_SECTION))) in CONF_modules_load()
88 vsection = NCONF_get_string(cnf, NULL, "openssl_conf"); in CONF_modules_load()
90 if (!vsection) { in CONF_modules_load()
95 values = NCONF_get_section(cnf, vsection); in CONF_modules_load()