Remove accidental addition of MBEDTLS_TEST_HOOKS
Remove MBEDTLS_TEST_HOOKS from the default config, to which it was
erroneously added.
Signed-off-by: David Horstmann <david.horstmann@arm.com>
diff --git a/include/mbedtls/mbedtls_config.h b/include/mbedtls/mbedtls_config.h
index 4b29ea2..f3f3d2b 100644
--- a/include/mbedtls/mbedtls_config.h
+++ b/include/mbedtls/mbedtls_config.h
@@ -2070,7 +2070,7 @@
*
* Uncomment to enable invasive tests.
*/
-#define MBEDTLS_TEST_HOOKS
+//#define MBEDTLS_TEST_HOOKS
/**
* \def MBEDTLS_THREADING_ALT