Searched refs:vsection (Results 1 – 1 of 1) sorted by relevance
113 char *vsection = NULL; in CONF_modules_load() local121 vsection = NCONF_get_string(cnf, NULL, appname); in CONF_modules_load()123 if (!appname || (!vsection && (flags & CONF_MFLAGS_DEFAULT_SECTION))) in CONF_modules_load()124 vsection = NCONF_get_string(cnf, NULL, "openssl_conf"); in CONF_modules_load()126 if (!vsection) { in CONF_modules_load()131 values = NCONF_get_section(cnf, vsection); in CONF_modules_load()