We seem to carry some rests of the 0.9.6 [engine] ENGINE framework in form
[openssl.git] / crypto / rsa / rsa_test.c
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); \