Searched refs:vsection (Results 1 – 1 of 1) sorted by relevance
130 char *vsection = NULL; in CONF_modules_load() local138 vsection = NCONF_get_string(cnf, NULL, appname); in CONF_modules_load()140 if (!appname || (!vsection && (flags & CONF_MFLAGS_DEFAULT_SECTION))) in CONF_modules_load()141 vsection = NCONF_get_string(cnf, NULL, "openssl_conf"); in CONF_modules_load()143 if (!vsection) in CONF_modules_load()149 values = NCONF_get_section(cnf, vsection); in CONF_modules_load()