Fixed Windows compilation failure
[oweals/openssl.git] / crypto / ecdh / ech_key.c
index f44da9298b5e5655a103f9b1646fcf969b76640f..2988899ea2ab0ec80589553e1637293f29932d14 100644 (file)
@@ -68,9 +68,6 @@
  */
 
 #include "ech_locl.h"
-#ifndef OPENSSL_NO_ENGINE
-#include <openssl/engine.h>
-#endif
 
 int ECDH_compute_key(void *out, size_t outlen, const EC_POINT *pub_key,
        EC_KEY *eckey,