blob: 86ec16d47eca400432c1f8ae5ddb995c8b67b7c3 [file] [log] [blame]
Andrzej Kurekb36fa912023-01-17 05:19:17 -05001Bugfix
2 * Fix a build issue when defining MBEDTLS_TIMING_ALT and MBEDTLS_SELF_TEST.
Andrzej Kurek26d38392023-01-26 04:38:37 -05003 The library would not link if the user didn't provide an external self-test
Andrzej Kurek4136a9e2023-01-17 06:09:37 -05004 function. The self-test is now provided regardless of the choice of
5 internal/alternative timing implementation. Fixes #6923.