summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/crypto/rsa/rsa_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/crypto/rsa/rsa_test.c')
-rw-r--r--crypto/openssl/crypto/rsa/rsa_test.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/crypto/openssl/crypto/rsa/rsa_test.c b/crypto/openssl/crypto/rsa/rsa_test.c
index 99abb1f..924e9ad 100644
--- a/crypto/openssl/crypto/rsa/rsa_test.c
+++ b/crypto/openssl/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); \
OpenPOWER on IntegriCloud