More updates for the header cleanups (and apologies, again, for not having
authorGeoff Thorpe <geoff@openssl.org>
Mon, 19 Apr 2004 18:30:41 +0000 (18:30 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Mon, 19 Apr 2004 18:30:41 +0000 (18:30 +0000)
consolidated these prior to committing).

crypto/engine/eng_openssl.c
engines/e_4758_cca.c
engines/e_aep.c
engines/e_ncipher.c
engines/e_sureware.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
index 3c8e5f6193b25e9b6828a8a6fb79b3376a1e2c47..aa8d4604d20f37f99b2344d97429c09640f8d24e 100644 (file)
@@ -61,6 +61,7 @@
 #include <openssl/objects.h>
 #include <openssl/engine.h>
 #include <openssl/rand.h>
+#include <openssl/rsa.h>
 
 #ifndef OPENSSL_NO_HW
 #ifndef OPENSSL_NO_HW_4758_CCA
index 5e66fb1f837ca1181b4aa7f3c0b4675052086ea8..7641738c2a00cbfc301a50d9ffbeda1aef214c4e 100644 (file)
@@ -71,6 +71,7 @@ typedef int pid_t;
 #include <openssl/buffer.h>
 #include <openssl/rsa.h>
 #include <openssl/dsa.h>
+#include <openssl/dh.h>
 
 #ifndef OPENSSL_NO_HW
 #ifndef OPENSSL_NO_HW_AEP
index 481c9b099782a03524246c511e5952be47d5292c..14adbc6f13d1b0fbba1c3a2961cfaf6071f00e7d 100644 (file)
@@ -65,6 +65,8 @@
 #include <openssl/engine.h>
 #include <openssl/ui.h>
 #include <openssl/rand.h>
+#include <openssl/rsa.h>
+#include <openssl/dh.h>
 
 #ifndef OPENSSL_NO_HW
 #ifndef OPENSSL_NO_HW_NCIPHER
index 654f41031abc3c75a475b4c4236bae1696960bff..780ec20a47ae51bea90df020207d5eeb5fec0007 100644 (file)
@@ -57,6 +57,9 @@
 #include <openssl/dso.h>
 #include <openssl/engine.h>
 #include <openssl/rand.h>
+#include <openssl/rsa.h>
+#include <openssl/dsa.h>
+#include <openssl/dh.h>
 
 #ifndef OPENSSL_NO_HW
 #ifndef OPENSSL_NO_HW_SUREWARE