Check EVP_Cipher return values for SSL2
[openssl.git] / apps / genrsa.c
index 37e9310910b2968c0b148531c371d5e06993b9e1..ece114c876a6e76410bc28204329028a901ec9a7 100644 (file)
@@ -78,7 +78,7 @@
 #include <openssl/pem.h>
 #include <openssl/rand.h>
 
-#define DEFBITS        512
+#define DEFBITS        1024
 #undef PROG
 #define PROG genrsa_main