NCONF_load
if (NCONF_load(dbattr_conf, attrpath, &errorline) <= 0) {
if (!NCONF_load(cnf, genconf, &errline))
if (NCONF_load(extconf, ca_config.extfile, &errorline) <= 0) {
if (NCONF_load(conf, ca_config.configfile, &errorline) <= 0) {
i = NCONF_load(config, p, &errline);
if(!NCONF_load(req_conf, req_config.template, &errline)) {
NCONF_load(conf, configfile, &errorline) <= 0)) {
if (!NCONF_load(extconf, x509_config.extfile, &errorline)) {
if (NCONF_load(conf, file, NULL) <= 0) {
if (NCONF_load(load_ctx->conf, file, NULL) <= 0) {
int NCONF_load(CONF *conf, const char *file, long *eline);