The inclusion of bn.h from the engine.h API header has been deprecated, so
authorGeoff Thorpe <geoff@openssl.org>
Mon, 17 May 2004 18:56:15 +0000 (18:56 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Mon, 17 May 2004 18:56:15 +0000 (18:56 +0000)
the engine implementations need to include bn.h to manipulate bignums.

engines/e_4758_cca.c
engines/e_aep.c
engines/e_atalla.c
engines/e_cswift.c
engines/e_ncipher.c
engines/e_nuron.c
engines/e_sureware.c
engines/e_ubsec.c

index aa8d4604d20f37f99b2344d97429c09640f8d24e..262b373caaa1e44a958b64c7778063fa9d878f84 100644 (file)
@@ -62,6 +62,7 @@
 #include <openssl/engine.h>
 #include <openssl/rand.h>
 #include <openssl/rsa.h>
+#include <openssl/bn.h>
 
 #ifndef OPENSSL_NO_HW
 #ifndef OPENSSL_NO_HW_4758_CCA
index 7641738c2a00cbfc301a50d9ffbeda1aef214c4e..d3a3ec6e1f6c6b078888a06e440bf8a6fb6ee0f6 100644 (file)
@@ -72,6 +72,7 @@ typedef int pid_t;
 #include <openssl/rsa.h>
 #include <openssl/dsa.h>
 #include <openssl/dh.h>
+#include <openssl/bn.h>
 
 #ifndef OPENSSL_NO_HW
 #ifndef OPENSSL_NO_HW_AEP
index 82dae4586754cddce949b9e5850dc684b404ed29..a5cf6aa885aef7937a243ccaa03a874c39032b21 100644 (file)
@@ -65,6 +65,7 @@
 #include <openssl/rsa.h>
 #include <openssl/dsa.h>
 #include <openssl/dh.h>
+#include <openssl/bn.h>
 
 #ifndef OPENSSL_NO_HW
 #ifndef OPENSSL_NO_HW_ATALLA
index b73126b0376bc928a7bf4b1109dd3f2c80370357..0f9c1b264c9c14f152678c4edbd82b2729cf30bb 100644 (file)
@@ -66,6 +66,7 @@
 #include <openssl/dsa.h>
 #include <openssl/dh.h>
 #include <openssl/rand.h>
+#include <openssl/bn.h>
 
 #ifndef OPENSSL_NO_HW
 #ifndef OPENSSL_NO_HW_CSWIFT
index 14adbc6f13d1b0fbba1c3a2961cfaf6071f00e7d..7564f6d2b4abd2dbddc09b6cdc988be468c5ebaa 100644 (file)
@@ -67,6 +67,7 @@
 #include <openssl/rand.h>
 #include <openssl/rsa.h>
 #include <openssl/dh.h>
+#include <openssl/bn.h>
 
 #ifndef OPENSSL_NO_HW
 #ifndef OPENSSL_NO_HW_NCIPHER
index 3ddbf594dfa9c646e47f474cb8f70ff2b8c79a58..f6875d1fa8fe92a53efd5e3c90b7ac20a3c8e1a0 100644 (file)
@@ -65,6 +65,7 @@
 #include <openssl/rsa.h>
 #include <openssl/dsa.h>
 #include <openssl/dh.h>
+#include <openssl/bn.h>
 
 #ifndef OPENSSL_NO_HW
 #ifndef OPENSSL_NO_HW_NURON
index 780ec20a47ae51bea90df020207d5eeb5fec0007..0a60edd04bc3e9b3a92c308e4faddffb3d1bae34 100644 (file)
@@ -60,6 +60,7 @@
 #include <openssl/rsa.h>
 #include <openssl/dsa.h>
 #include <openssl/dh.h>
+#include <openssl/bn.h>
 
 #ifndef OPENSSL_NO_HW
 #ifndef OPENSSL_NO_HW_SUREWARE
index 37c22638ffd237764dad7ffae597d3779abc0553..371224d26cbe932d9be2ff22b7112b64950de795 100644 (file)
@@ -67,6 +67,7 @@
 #include <openssl/rsa.h>
 #include <openssl/dsa.h>
 #include <openssl/dh.h>
+#include <openssl/bn.h>
 
 #ifndef OPENSSL_NO_HW
 #ifndef OPENSSL_NO_HW_UBSEC