Change default bits to 1024
authorDr. Stephen Henson <steve@openssl.org>
Mon, 7 Jan 2013 16:13:48 +0000 (16:13 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 7 Jan 2013 16:13:48 +0000 (16:13 +0000)
apps/genrsa.c

index 37e9310910b2968c0b148531c371d5e06993b9e1..ece114c876a6e76410bc28204329028a901ec9a7 100644 (file)
@@ -78,7 +78,7 @@
 #include <openssl/pem.h>
 #include <openssl/rand.h>
 
 #include <openssl/pem.h>
 #include <openssl/rand.h>
 
-#define DEFBITS        512
+#define DEFBITS        1024
 #undef PROG
 #define PROG genrsa_main
 
 #undef PROG
 #define PROG genrsa_main