mbedtls/include
Hanno Becker 1eeca41472 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-02-19 17:59:00 +00:00
..
mbedtls Improve macro hygiene 2019-02-19 17:59:00 +00:00
.gitignore
CMakeLists.txt Fix some comments regarding what files are symlinked 2018-03-23 14:39:52 +01:00