summaryrefslogtreecommitdiff
path: root/apps/genrsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/genrsa.c')
-rw-r--r--apps/genrsa.c2
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