diff options
Diffstat (limited to 'openssl/apps/gendh.c')
-rw-r--r-- | openssl/apps/gendh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/apps/gendh.c b/openssl/apps/gendh.c index adaa10178..fef6f1b17 100644 --- a/openssl/apps/gendh.c +++ b/openssl/apps/gendh.c @@ -80,7 +80,7 @@ # include <openssl/x509.h> # include <openssl/pem.h> -# define DEFBITS 512 +# define DEFBITS 2048 # undef PROG # define PROG gendh_main |