ECDH: Disables MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED by default
diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h
index b91fa70..f040c93 100644
--- a/include/mbedtls/config.h
+++ b/include/mbedtls/config.h
@@ -2087,7 +2087,7 @@
  * MBEDTLS_ECDH_LEGACY_CONTEXT).
  *
  */
-#define MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED
+//#define MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED
 
 /* \} name SECTION: Customisation configuration options */