Home
last modified time | relevance | path

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

/external/openssl/apps/
Dverify.c85 char *untfile = NULL, *trustfile = NULL, *crlfile = NULL; in MAIN() local
136 untfile= *(++argv); in MAIN()
201 if(untfile) in MAIN()
203 untrusted = load_certs(bio_err, untfile, FORMAT_PEM, in MAIN()