We seem to carry some rests of the 0.9.6 [engine] ENGINE framework in form
authorRichard Levitte <levitte@openssl.org>
Tue, 8 Apr 2003 06:00:17 +0000 (06:00 +0000)
committerRichard Levitte <levitte@openssl.org>
Tue, 8 Apr 2003 06:00:17 +0000 (06:00 +0000)
of unneeded includes of openssl/engine.h.

crypto/dh/dh_key.c
crypto/dsa/dsa_ossl.c
crypto/dsa/dsa_sign.c
crypto/dsa/dsa_vrf.c
crypto/dsa/dsatest.c
crypto/evp/evp_acnf.c
crypto/rsa/rsa_eay.c
crypto/rsa/rsa_test.c

index 6ce65ed5f37c662705d633dc25c8f0d15400b2f7..77f2f50b516668686c619798af9bb7052e055951 100644 (file)
@@ -61,9 +61,6 @@
 #include <openssl/bn.h>
 #include <openssl/rand.h>
 #include <openssl/dh.h>
-#ifndef OPENSSL_NO_ENGINE
-#include <openssl/engine.h>
-#endif
 
 static int generate_key(DH *dh);
 static int compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh);
index 68d91dbe23bc40aa30d73ae92d093df05bf4f7ab..b9e7f3ea5c66601f9182d8ef918326dfd6ff45b8 100644 (file)
@@ -64,9 +64,6 @@
 #include <openssl/dsa.h>
 #include <openssl/rand.h>
 #include <openssl/asn1.h>
-#ifndef OPENSSL_NO_ENGINE
-#include <openssl/engine.h>
-#endif
 
 static DSA_SIG *dsa_do_sign(const unsigned char *dgst, int dlen, DSA *dsa);
 static int dsa_sign_setup(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp, BIGNUM **rp);
index 5cdc8ed8511b32ab9fef3fea400d1a9230c09711..89205026f01b71d40a331013bee9ef897b72b6ac 100644 (file)
@@ -64,9 +64,6 @@
 #include <openssl/dsa.h>
 #include <openssl/rand.h>
 #include <openssl/asn1.h>
-#ifndef OPENSSL_NO_ENGINE
-#include <openssl/engine.h>
-#endif
 
 DSA_SIG * DSA_do_sign(const unsigned char *dgst, int dlen, DSA *dsa)
        {
index fffb129f8f3b59515f6f92c45941abb7c65f3834..c4aeddd0560483686e504188226003b6f2266bfe 100644 (file)
@@ -65,9 +65,6 @@
 #include <openssl/rand.h>
 #include <openssl/asn1.h>
 #include <openssl/asn1_mac.h>
-#ifndef OPENSSL_NO_ENGINE
-#include <openssl/engine.h>
-#endif
 
 int DSA_do_verify(const unsigned char *dgst, int dgst_len, DSA_SIG *sig,
                  DSA *dsa)
index f9cdc033772e6f71a44173d1e4fa13bd5799df48..4734ce4af85150d93b4c15903fdaf6f92de595eb 100644 (file)
@@ -68,9 +68,6 @@
 #include <openssl/rand.h>
 #include <openssl/bio.h>
 #include <openssl/err.h>
-#ifndef OPENSSL_NO_ENGINE
-#include <openssl/engine.h>
-#endif
 
 #ifdef OPENSSL_NO_DSA
 int main(int argc, char *argv[])
index 54c073ca444c2085799db6a87a546f12ee268098..ff3e311cc527567be283678fb95437cdc76bae2a 100644 (file)
@@ -59,9 +59,6 @@
 #include "cryptlib.h"
 #include <openssl/evp.h>
 #include <openssl/conf.h>
-#ifndef OPENSSL_NO_ENGINE
-#include <openssl/engine.h>
-#endif
 
 
 /* Load all algorithms and configure OpenSSL.
index be839ad07c5832a813338653ead5e493527a9152..027b4dc754f5fb0f461a61611d879a9bdda6bcd2 100644 (file)
@@ -61,9 +61,6 @@
 #include <openssl/bn.h>
 #include <openssl/rsa.h>
 #include <openssl/rand.h>
-#ifndef OPENSSL_NO_ENGINE
-#include <openssl/engine.h>
-#endif
 
 #ifndef RSA_NULL
 
index 99abb1fde782fc2748b6ac4cbd3bd6fae2a7b496..924e9ad1f6c0cf60d79228c644aad75de1e9be8b 100644 (file)
@@ -16,9 +16,6 @@ int main(int argc, char *argv[])
 }
 #else
 #include <openssl/rsa.h>
-#ifndef OPENSSL_NO_ENGINE
-#include <openssl/engine.h>
-#endif
 
 #define SetKey \
   key->n = BN_bin2bn(n, sizeof(n)-1, key->n); \