mbedtls/ChangeLog.d/fix-redefination_warning_messages_for_GNU_SOURCE.txt

5 lines
197 B
Plaintext
Raw Normal View History

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