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; in MAIN() local
135 untfile= *(++argv); in MAIN()
195 if(untfile) { in MAIN()
196 if(!(untrusted = load_untrusted(untfile))) { in MAIN()
197 BIO_printf(bio_err, "Error loading untrusted file %s\n", untfile); in MAIN()