Andrzej Kurek | b36fa91 | 2023-01-17 05:19:17 -0500 | [diff] [blame] | 1 | Bugfix |
2 | * Fix a build issue when defining MBEDTLS_TIMING_ALT and MBEDTLS_SELF_TEST. | ||||
Andrzej Kurek | 26d3839 | 2023-01-26 04:38:37 -0500 | [diff] [blame] | 3 | The library would not link if the user didn't provide an external self-test |
Andrzej Kurek | 4136a9e | 2023-01-17 06:09:37 -0500 | [diff] [blame] | 4 | function. The self-test is now provided regardless of the choice of |
5 | internal/alternative timing implementation. Fixes #6923. |