mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-09 11:14:26 +02:00
Add a changelog entry
Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com>
This commit is contained in:
5
ChangeLog.d/fix_timing_alt.txt
Normal file
5
ChangeLog.d/fix_timing_alt.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
Bugfix
|
||||
* Fix a build issue when defining MBEDTLS_TIMING_ALT and MBEDTLS_SELF_TEST.
|
||||
The library would not link if the user didn't provide an external selftest function.
|
||||
The self-test is now provided regardless of the choice of internal/alternative
|
||||
timing implementation. Fixes #6923.
|
||||
Reference in New Issue
Block a user