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>
This commit is contained in:
David Horstmann 2023-12-15 19:05:40 +00:00
parent 666845322c
commit d20ffaf06f

View File

@ -2070,7 +2070,7 @@
* *
* Uncomment to enable invasive tests. * Uncomment to enable invasive tests.
*/ */
#define MBEDTLS_TEST_HOOKS //#define MBEDTLS_TEST_HOOKS
/** /**
* \def MBEDTLS_THREADING_ALT * \def MBEDTLS_THREADING_ALT