Home | History | Annotate | Download | only in apps

Lines Matching refs:configfile

290 	char *configfile=NULL;
327 configfile= *(++argv);
389 if (dbfile && configfile)
391 BIO_printf(bio_err,"-dbfile and -configfile cannot be specified together.\n");
439 if (configfile == NULL) configfile = getenv("OPENSSL_CONF");
440 if (configfile == NULL) configfile = getenv("SSLEAY_CONF");
441 if (configfile == NULL)
457 configfile=tofree;
460 VERBOSE BIO_printf(bio_err,"Using configuration from %s\n",configfile);
462 if (NCONF_load(conf,configfile,&errorline) <= 0)
466 configfile);
469 ,errorline,configfile);