More updates for the header cleanups (and apologies, again, for not having
[oweals/openssl.git] / crypto / engine / eng_openssl.c
index 4b9cc0a83dc4f4da87cf27ea567d6e8e9f4cdf29..5e20555fc0da578403d5b5c21ecca75edcf550c0 100644 (file)
@@ -70,6 +70,9 @@
 #include <openssl/pem.h>
 #include <openssl/evp.h>
 #include <openssl/rand.h>
+#include <openssl/rsa.h>
+#include <openssl/dsa.h>
+#include <openssl/dh.h>
 
 /* This testing gunk is implemented (and explained) lower down. It also assumes
  * the application explicitly calls "ENGINE_load_openssl()" because this is no