aboutsummaryrefslogtreecommitdiff
path: root/openssl/apps/genrsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/apps/genrsa.c')
-rw-r--r--openssl/apps/genrsa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/apps/genrsa.c b/openssl/apps/genrsa.c
index 37e931091..ece114c87 100644
--- a/openssl/apps/genrsa.c
+++ b/openssl/apps/genrsa.c
@@ -78,7 +78,7 @@
#include <openssl/pem.h>
#include <openssl/rand.h>
-#define DEFBITS 512
+#define DEFBITS 1024
#undef PROG
#define PROG genrsa_main