summaryrefslogtreecommitdiffstats
path: root/apps/dsaparam.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-03-14 09:53:30 +0000
committerBodo Möller <bodo@openssl.org>2002-03-14 09:53:30 +0000
commitd80f6e0f8c61cbbca55a2d2cd900e5052a5b8d36 (patch)
tree9ee98bfccbec59fb9b85689cc56b614d523da987 /apps/dsaparam.c
parent13962f0b151a8e821a5c3e80c16bb045eaec6780 (diff)
Fixes for 'no-hw' combined with 'no-SOME_CIPHER'.
Fix dsaparam usage output. Submitted by: Nils Larsch (for 0.9.8-dev; backported to 0.9.7-dev)
Diffstat (limited to 'apps/dsaparam.c')
-rw-r--r--apps/dsaparam.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/dsaparam.c b/apps/dsaparam.c
index d54c77d93e..c6ecc48904 100644
--- a/apps/dsaparam.c
+++ b/apps/dsaparam.c
@@ -189,6 +189,7 @@ bad:
BIO_printf(bio_err," -text print the key in text\n");
BIO_printf(bio_err," -C Output C code\n");
BIO_printf(bio_err," -noout no output\n");
+ BIO_printf(bio_err," -genkey generate a DSA key\n");
BIO_printf(bio_err," -rand files to use for random number input\n");
BIO_printf(bio_err," -engine e use engine e, possibly a hardware device.\n");
BIO_printf(bio_err," number number of bits to use for generating private key\n");