diff options
Diffstat (limited to 'apps/gendh.c')
-rw-r--r-- | apps/gendh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gendh.c b/apps/gendh.c index adaa101..fef6f1b 100644 --- a/apps/gendh.c +++ b/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 |