remove ENGINE dependency from ecdh
[openssl.git] / crypto / ecdh / ech_key.c
index 52a4649dc6910c7505899bb44c83ad6ed5e712a1..ebd56ee2c9cf868cbc0604b0f611b99740f2ad66 100644 (file)
@@ -70,9 +70,6 @@
 #define OPENSSL_FIPSAPI
 
 #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,