OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:untfile
(Results
1 - 1
of
1
) sorted by null
/external/openssl/apps/
verify.c
85
char *
untfile
= NULL, *trustfile = NULL;
local
135
untfile
= *(++argv);
195
if(
untfile
) {
196
if(!(untrusted = load_untrusted(
untfile
))) {
197
BIO_printf(bio_err, "Error loading untrusted file %s\n",
untfile
);
Completed in 39 milliseconds