Home | History | Annotate | Download | only in apps

Lines Matching full:outfile

184 	char *infile=NULL,*outfile=NULL,*keyfile=NULL,*CAfile=NULL;
318 outfile= *(++argv);
682 if (outfile == NULL)
694 if (BIO_write_filename(out,outfile) <= 0)
696 perror(outfile);
1073 BIO_printf(bio_err,"bad output format specified for outfile\n");