blob: 4867721bf36291eb29e262cc6e02cb51e589b10e [file] [log] [blame]
Paul Elliott6f21e112020-12-09 17:46:27 +00001Bugfix
Paul Elliott9907e2c2021-03-10 17:14:10 +00002 * Add printf function attributes to mbedtls_debug_print_msg to ensure we
3 get printf format specifier warnings.
4Changes
5 * Add extra printf compiler warning flags to builds.
Paul Elliott39490652020-12-18 17:52:26 +00006Requirement changes
Paul Elliott9907e2c2021-03-10 17:14:10 +00007 * The library now uses the %zu format specifier with the printf() family of
8 functions, so requires a toolchain that supports it. This change does not
9 affect the maintained LTS branches, so when contributing changes please
10 bear this in mind and do not add them to backported code.