1
0
mirror of https://github.com/ARMmbed/mbedtls.git synced 2025-07-09 08:49:29 +08:00
Hanno Becker d6028a1894 Improve macro hygiene
This commit improves hygiene and formatting of macro definitions
throughout the library. Specifically:
- It adds brackets around parameters to avoid unintended
  interpretation of arguments, e.g. due to operator precedence.
- It adds uses of the `do { ... } while( 0 )` idiom for macros that
  can be used as commands.
2019-04-24 10:51:54 +02:00
..
2019-04-24 10:51:54 +02:00
2019-04-07 16:51:18 +03:00
2018-06-06 03:44:03 +01:00