Updates to s_client and s_server to remove the constant 28 (for IPv4 header
[openssl.git] / apps / genrsa.c
index 37e9310910b2968c0b148531c371d5e06993b9e1..7a8c6c58ad62ba5419ee7b686455a8aead21088c 100644 (file)
@@ -78,7 +78,7 @@
 #include <openssl/pem.h>
 #include <openssl/rand.h>
 
-#define DEFBITS        512
+#define DEFBITS        2048
 #undef PROG
 #define PROG genrsa_main