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

/opensolaris-onvv-gate/usr/src/common/openssl/apps/
H A Dsmime.c93 char *certfile = NULL, *keyfile = NULL, *contfile=NULL; local
363 contfile = *args;
667 if (contfile)
670 if (!(indata = BIO_new_file(contfile, "rb")))
672 BIO_printf(bio_err, "Can't read content file %s\n", contfile);

Completed in 94 milliseconds