Home | History | Annotate | Download | only in apps

Lines Matching refs:infile

184 	char *infile=NULL,*outfile=NULL,*keyfile=NULL,*CAfile=NULL;
313 infile= *(++argv);
584 if (infile == NULL)
588 if (BIO_read_filename(in,infile) <= 0)
590 perror(infile);
662 x=load_cert(bio_err,infile,informat,NULL,e,"Certificate");