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

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

Completed in 57 milliseconds