Searched refs:configfile (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Dts.c82 static CONF *load_config_file(const char *configfile);
127 char *configfile = NULL; local
176 configfile = *++argv;
332 conf = load_config_file(configfile);
337 conf = load_config_file(configfile);
369 "ts -query [-rand file%cfile%c...] [-config configfile] "
376 "ts -reply [-config configfile] [-section tsa_section] "
417 static CONF *load_config_file(const char *configfile) argument
422 if (!configfile) configfile
[all...]
H A Dca.c262 char *configfile=NULL; local
351 configfile= *(++argv);
569 if (configfile == NULL) configfile = getenv("OPENSSL_CONF");
570 if (configfile == NULL) configfile = getenv("SSLEAY_CONF");
571 if (configfile == NULL)
587 configfile=tofree;
590 BIO_printf(bio_err,"Using configuration from %s\n",configfile);
592 if (NCONF_load(conf,configfile,
[all...]

Completed in 78 milliseconds