Lines Matching refs:conf
64 #include <openssl/conf.h>
111 static CONF *conf=NULL;
311 conf = NULL;
461 conf = NCONF_new(NULL);
462 if (NCONF_load(conf,configfile,&errorline) <= 0)
478 if (!load_config(bio_err, conf))
486 section=NCONF_get_string(conf,BASE_SECTION,ENV_DEFAULT_SRP);
494 if (randfile == NULL && conf)
495 randfile = NCONF_get_string(conf, BASE_SECTION, "RANDFILE");
500 if ((dbfile=NCONF_get_string(conf,section,ENV_DATABASE)) == NULL)
745 if (conf) NCONF_free(conf);