"FALLBACK" handling was a hack that was thrown out long ago in the
[openssl.git] / apps / genrsa.c
index a5669de7ce38f6322fbb220a614ff5a6a4af06c6..b5ae1beacf1fee70fdeaf42b6460a51080656df2 100644 (file)
@@ -69,7 +69,7 @@
 #include <openssl/evp.h>
 #include <openssl/x509.h>
 #include <openssl/pem.h>
-#include <openssl/engine.h>
+#include <openssl/rand.h>
 
 #define DEFBITS        512
 #undef PROG