Print out Suite B status.
[openssl.git] / apps / genrsa.c
index 94cb613ccb9737291d6a374c2b715b6b9334cd54..6b835c0acd464d291d03fea0c3529d0408869d86 100644 (file)
@@ -78,7 +78,7 @@
 #include <openssl/pem.h>
 #include <openssl/rand.h>
 
-#define DEFBITS        1024
+#define DEFBITS        2048
 #undef PROG
 #define PROG genrsa_main