diff options
Diffstat (limited to '')
-rw-r--r-- | src/usr.bin/openssl/dhparam.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr.bin/openssl/dhparam.c b/src/usr.bin/openssl/dhparam.c index 468fa00419..005ed25877 100644 --- a/src/usr.bin/openssl/dhparam.c +++ b/src/usr.bin/openssl/dhparam.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: dhparam.c,v 1.2 2014/08/28 14:23:52 jsing Exp $ */ | 1 | /* $OpenBSD: dhparam.c,v 1.3 2015/07/08 16:37:25 sthen Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -129,7 +129,7 @@ | |||
129 | 129 | ||
130 | #include <openssl/dsa.h> | 130 | #include <openssl/dsa.h> |
131 | 131 | ||
132 | #define DEFBITS 512 | 132 | #define DEFBITS 2048 |
133 | 133 | ||
134 | /* -inform arg - input format - default PEM (DER or PEM) | 134 | /* -inform arg - input format - default PEM (DER or PEM) |
135 | * -outform arg - output format - default PEM | 135 | * -outform arg - output format - default PEM |
@@ -227,7 +227,7 @@ bad: | |||
227 | BIO_printf(bio_err, " -C Output C code\n"); | 227 | BIO_printf(bio_err, " -C Output C code\n"); |
228 | BIO_printf(bio_err, " -2 generate parameters using 2 as the generator value\n"); | 228 | BIO_printf(bio_err, " -2 generate parameters using 2 as the generator value\n"); |
229 | BIO_printf(bio_err, " -5 generate parameters using 5 as the generator value\n"); | 229 | BIO_printf(bio_err, " -5 generate parameters using 5 as the generator value\n"); |
230 | BIO_printf(bio_err, " numbits number of bits in to generate (default 512)\n"); | 230 | BIO_printf(bio_err, " numbits number of bits in to generate (default 2048)\n"); |
231 | #ifndef OPENSSL_NO_ENGINE | 231 | #ifndef OPENSSL_NO_ENGINE |
232 | BIO_printf(bio_err, " -engine e use engine e, possibly a hardware device.\n"); | 232 | BIO_printf(bio_err, " -engine e use engine e, possibly a hardware device.\n"); |
233 | #endif | 233 | #endif |