From: Lutz Jänicke Date: Sun, 8 Apr 2001 10:51:14 +0000 (+0000) Subject: Add forgotten "-passin" option to smime.c usage help. X-Git-Tag: OpenSSL_0_9_6c~182^2~276 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=93f117003ecf151b58ed8fd1c5f709d5e37a7c14;p=oweals%2Fopenssl.git Add forgotten "-passin" option to smime.c usage help. --- diff --git a/apps/smime.c b/apps/smime.c index 03387c3332..ff5bad2e04 100644 --- a/apps/smime.c +++ b/apps/smime.c @@ -298,6 +298,7 @@ int MAIN(int argc, char **argv) BIO_printf (bio_err, "-CApath dir trusted certificates directory\n"); BIO_printf (bio_err, "-CAfile file trusted certificates file\n"); BIO_printf (bio_err, "-engine e use engine e, possibly a hardware device.\n"); + BIO_printf (bio_err, "-passin arg input file pass phrase source\n"); BIO_printf(bio_err, "-rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR); BIO_printf(bio_err, " load the file (or the files in the directory) into\n"); BIO_printf(bio_err, " the random number generator\n");