diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2000-02-08 02:34:59 +0100 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2000-02-08 02:34:59 +0100 |
commit | f07fb9b24be9ae2d21647257d830da565561df3b (patch) | |
tree | 4ca3e722e549cbc804b0b60e4ef1a27e59f88260 /apps/dsa.c | |
parent | des_modes is a section 7 manual, so let's make sure that's where it ends up (diff) | |
download | openssl-f07fb9b24be9ae2d21647257d830da565561df3b.tar.xz openssl-f07fb9b24be9ae2d21647257d830da565561df3b.zip |
Add command line password options to the reamining utilities,
amend docs.
Diffstat (limited to 'apps/dsa.c')
-rw-r--r-- | apps/dsa.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/dsa.c b/apps/dsa.c index c9b9d71c71..6198ea94ea 100644 --- a/apps/dsa.c +++ b/apps/dsa.c @@ -195,8 +195,8 @@ bad: BIO_printf(bio_err," -passin arg input file pass phrase\n"); BIO_printf(bio_err," -envpassin arg environment variable containing input file pass phrase\n"); BIO_printf(bio_err," -out arg output file\n"); - BIO_printf(bio_err," -passout arg input file pass phrase\n"); - BIO_printf(bio_err," -envpassout arg environment variable containing input file pass phrase\n"); + BIO_printf(bio_err," -passout arg output file pass phrase\n"); + BIO_printf(bio_err," -envpassout arg environment variable containing output file pass phrase\n"); BIO_printf(bio_err," -des encrypt PEM output with cbc des\n"); BIO_printf(bio_err," -des3 encrypt PEM output with ede cbc des using 168 bit key\n"); #ifndef NO_IDEA |