Searched refs:vsection (Results 1 – 1 of 1) sorted by relevance
133 char *vsection = NULL; in CONF_modules_load() local147 vsection = NCONF_get_string(cnf, NULL, appname); in CONF_modules_load()149 if (!appname || (!vsection && (flags & CONF_MFLAGS_DEFAULT_SECTION))) in CONF_modules_load()150 vsection = NCONF_get_string(cnf, NULL, "openssl_conf"); in CONF_modules_load()152 if (!vsection) { in CONF_modules_load()157 OSSL_TRACE1(CONF, "Configuration in section %s\n", vsection); in CONF_modules_load()158 values = NCONF_get_section(cnf, vsection); in CONF_modules_load()165 "openssl_conf=%s", vsection); in CONF_modules_load()
Completed in 5 milliseconds