Home
last modified time | relevance | path

Searched refs:tmp_email_dn (Results 1 – 1 of 1) sorted by relevance

/src/crypto/openssl/apps/
H A Dca.c864 char *tmp_email_dn = NULL; in ca_main() local
866 tmp_email_dn = app_conf_try_string(conf, section, ENV_DEFAULT_EMAIL_DN); in ca_main()
867 if (tmp_email_dn != NULL && strcmp(tmp_email_dn, "no") == 0) in ca_main()