Searched refs:rctfile (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/crypto/openssl/apps/
H A Dcms.c108 char *infile = NULL, *outfile = NULL, *rctfile = NULL; local
174 rctfile = *args;
735 if (rctfile) {
737 if (!(rctin = BIO_new_file(rctfile, rctmode))) {
738 BIO_printf(bio_err, "Can't open receipt file %s\n", rctfile);

Completed in 39 milliseconds