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

Signed-off-by: Janos Follath <janos.follath@arm.com>
2024-04-30 10:32:17 +01:00

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