mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-06-10 16:43:47 +08:00

Fix builds where `MBEDTLS_ERROR_C` is not defined but `MBEDTLS_TEST_HOOKS` is defined. This was previously causing undefined reference errors in these builds. Signed-off-by: Chris Jones <christopher.jones@arm.com>