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

/freebsd-11.0-release/crypto/openssl/apps/
H A Dsmime.c98 char *certfile = NULL, *keyfile = NULL, *contfile = NULL; local
323 contfile = *++args;
579 if (contfile) {
581 if (!(indata = BIO_new_file(contfile, "rb"))) {
582 BIO_printf(bio_err, "Can't read content file %s\n", contfile);
H A Dcms.c123 char *certfile = NULL, *keyfile = NULL, *contfile = NULL; local
513 contfile = *++args;
792 if (contfile) {
794 if (!(indata = BIO_new_file(contfile, "rb"))) {
795 BIO_printf(bio_err, "Can't read content file %s\n", contfile);

Completed in 91 milliseconds