Updates to s_client and s_server to remove the constant 28 (for IPv4 header
[openssl.git] / apps / genrsa.c
index ece114c876a6e76410bc28204329028a901ec9a7..7a8c6c58ad62ba5419ee7b686455a8aead21088c 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