2020-12-09 18:46:27 +01:00
|
|
|
Bugfix
|
2021-03-10 18:14:10 +01:00
|
|
|
* Add printf function attributes to mbedtls_debug_print_msg to ensure we
|
|
|
|
get printf format specifier warnings.
|
|
|
|
Changes
|
|
|
|
* Add extra printf compiler warning flags to builds.
|
2020-12-18 18:52:26 +01:00
|
|
|
Requirement changes
|
2021-03-10 18:14:10 +01:00
|
|
|
* The library now uses the %zu format specifier with the printf() family of
|
|
|
|
functions, so requires a toolchain that supports it. This change does not
|
|
|
|
affect the maintained LTS branches, so when contributing changes please
|
|
|
|
bear this in mind and do not add them to backported code.
|