mbedtls/ChangeLog.d/fix-redefination_warning_messages_for_GNU_SOURCE.txt
Janos Follath 7fa3134dab Fix Changelog formatting
Add EOL and remove trailing whitespaces.

Signed-off-by: Janos Follath <janos.follath@arm.com>
2024-05-03 10:50:33 +05:30

6 lines
196 B
Plaintext

Bugfix
* Fix issue of redefinition warning messages for _GNU_SOURCE in
entropy_poll.c and sha_256.c. There was a build warning during
building for linux platform.
Resolves #9026