diff options
Diffstat (limited to 'apps/genrsa.c')
-rw-r--r-- | apps/genrsa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/genrsa.c b/apps/genrsa.c index 2eabadcc6b28e..91e6550a5767c 100644 --- a/apps/genrsa.c +++ b/apps/genrsa.c @@ -80,7 +80,7 @@ # include <openssl/pem.h> # include <openssl/rand.h> -# define DEFBITS 1024 +# define DEFBITS 2048 # undef PROG # define PROG genrsa_main |