summaryrefslogtreecommitdiffstats
path: root/crypto/rsa
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-04-08 06:00:05 +0000
committerRichard Levitte <levitte@openssl.org>2003-04-08 06:00:05 +0000
commit43eb3b0130539b6ebce32e683b56c531f19adb1e (patch)
tree948eee74e29265f1095fd722610f274947f9740e /crypto/rsa
parent0a861ab7f36b6a8436e62dcf9f98446bc022b6ff (diff)
We seem to carry some rests of the 0.9.6 [engine] ENGINE framework in form
of unneeded includes of openssl/engine.h.
Diffstat (limited to 'crypto/rsa')
-rw-r--r--crypto/rsa/rsa_eay.c3
-rw-r--r--crypto/rsa/rsa_test.c3
2 files changed, 0 insertions, 6 deletions
diff --git a/crypto/rsa/rsa_eay.c b/crypto/rsa/rsa_eay.c
index ad6ccf634d..aff86343cc 100644
--- a/crypto/rsa/rsa_eay.c
+++ b/crypto/rsa/rsa_eay.c
@@ -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
diff --git a/crypto/rsa/rsa_test.c b/crypto/rsa/rsa_test.c
index 99abb1fde7..924e9ad1f6 100644
--- a/crypto/rsa/rsa_test.c
+++ b/crypto/rsa/rsa_test.c
@@ -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); \