Searched refs:ENV_DATABASE (Results 1 – 2 of 2) sorted by relevance
/external/openssl/apps/ |
D | srp.c | 81 #define ENV_DATABASE "srpvfile" macro 498 VERBOSE BIO_printf(bio_err,"trying to read " ENV_DATABASE " in section \"%s\"\n",section); in MAIN() 500 if ((dbfile=NCONF_get_string(conf,section,ENV_DATABASE)) == NULL) in MAIN() 502 lookup_fail(section,ENV_DATABASE); in MAIN()
|
D | ca.c | 138 #define ENV_DATABASE "database" macro 727 if ((dbfile=NCONF_get_string(conf,section,ENV_DATABASE)) == NULL) in MAIN() 729 lookup_fail(section,ENV_DATABASE); in MAIN() 890 if ((dbfile=NCONF_get_string(conf,section,ENV_DATABASE)) == NULL) in MAIN() 892 lookup_fail(section,ENV_DATABASE); in MAIN()
|