Home | History | Annotate | Download | only in apps

Lines Matching refs:configfile

266 	char *configfile=NULL;
356 configfile= *(++argv);
583 if (configfile == NULL) configfile = getenv("OPENSSL_CONF");
584 if (configfile == NULL) configfile = getenv("SSLEAY_CONF");
585 if (configfile == NULL)
601 configfile=tofree;
604 BIO_printf(bio_err,"Using configuration from %s\n",configfile);
606 if (NCONF_load(conf,configfile,&errorline) <= 0)
610 configfile);
613 ,errorline,configfile);