2020-12-09 18:46:27 +01:00
|
|
|
Bugfix
|
|
|
|
* Add printf function attributes to mbedtls_debug_print_msg because we were
|
|
|
|
not actually getting any printf format specifier warnings prior to this.
|
|
|
|
Also add extra printf compiler warning flags to builds.
|
2020-12-18 18:52:26 +01:00
|
|
|
Requirement changes
|
2020-12-09 18:46:27 +01:00
|
|
|
* Use %zu for print of type size_t in new work, however please do not use
|
|
|
|
them in backports, and preferably not in code that needs to be
|
|
|
|
backported.
|
|
|
|
|
|
|
|
|