Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/conf/
H A Dconf_mod.c128 char *vsection = NULL; in CONF_modules_load() local
136 vsection = NCONF_get_string(cnf, NULL, appname); in CONF_modules_load()
138 if (!appname || (!vsection && (flags & CONF_MFLAGS_DEFAULT_SECTION))) in CONF_modules_load()
139 vsection = NCONF_get_string(cnf, NULL, "openssl_conf"); in CONF_modules_load()
141 if (!vsection) { in CONF_modules_load()
146 values = NCONF_get_section(cnf, vsection); in CONF_modules_load()