aboutsummaryrefslogtreecommitdiffstats
path: root/apps/smime.c
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2001-04-08 10:53:27 +0000
committerLutz Jänicke <jaenicke@openssl.org>2001-04-08 10:53:27 +0000
commitc29dbb9562f275485c1266af523cd5d59311d583 (patch)
treef7baa8c1359cb85646b6de61e1fb91c99440e064 /apps/smime.c
parentcb1c1555fa4a38625fddd5f661170191c08441de (diff)
downloadopenssl-c29dbb9562f275485c1266af523cd5d59311d583.tar.gz
Add forgotten "-passin" option to smime.c usage help.
Diffstat (limited to 'apps/smime.c')
-rw-r--r--apps/smime.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/smime.c b/apps/smime.c
index 9467b59bef..564331b1b7 100644
--- a/apps/smime.c
+++ b/apps/smime.c
@@ -290,6 +290,7 @@ int MAIN(int argc, char **argv)
BIO_printf (bio_err, "-text include or delete text MIME headers\n");
BIO_printf (bio_err, "-CApath dir trusted certificates directory\n");
BIO_printf (bio_err, "-CAfile file trusted certificates file\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");