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

/freebsd-10-stable/crypto/openssl/apps/
H A Dsrp.c82 # define ENV_DATABASE "srpvfile" macro
494 "trying to read " ENV_DATABASE
497 if ((dbfile = NCONF_get_string(conf, section, ENV_DATABASE)) == NULL) {
498 lookup_fail(section, ENV_DATABASE);
H A Dca.c132 #define ENV_DATABASE "database" macro
683 if ((dbfile = NCONF_get_string(conf, section, ENV_DATABASE)) == NULL) {
684 lookup_fail(section, ENV_DATABASE);
834 if ((dbfile = NCONF_get_string(conf, section, ENV_DATABASE)) == NULL) {
835 lookup_fail(section, ENV_DATABASE);

Completed in 101 milliseconds