mbedtls/ChangeLog.d/fix-redefination_warning_messages_for_GNU_SOURCE.txt
nilesh.kale d338d0156f Fixed issue of redefinition warning messages for _GNU_SOURCE
Signed-off-by: nilesh.kale <nilesh.kale@espressif.com>
2024-04-30 08:24:47 +05:30

5 lines
197 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