mbedtls/programs/ssl
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
..
CMakeLists.txt Improve cmake inclusion of query_config.c when building apps 2019-02-07 10:32:31 +00:00
dtls_client.c Fix const-ness in mbedtls_param_failed() 2018-12-11 12:28:56 +01:00
dtls_server.c Fix const-ness in mbedtls_param_failed() 2018-12-11 12:28:56 +01:00
mini_client.c Fix const-ness in mbedtls_param_failed() 2018-12-11 12:28:56 +01:00
query_config.c Update query_config.c 2019-03-01 10:30:30 +01:00
ssl_client1.c Fix const-ness in mbedtls_param_failed() 2018-12-11 12:28:56 +01:00
ssl_client2.c Query config through ssl_server2 and ssl_client2 cmdline 2019-02-07 10:30:05 +00:00
ssl_fork_server.c Fix const-ness in mbedtls_param_failed() 2018-12-11 12:28:56 +01:00
ssl_mail_client.c Fix default port number information 2019-03-06 15:15:28 +02:00
ssl_pthread_server.c Fix const-ness in mbedtls_param_failed() 2018-12-11 12:28:56 +01:00
ssl_server.c Fix const-ness in mbedtls_param_failed() 2018-12-11 12:28:56 +01:00
ssl_server2.c Improve macro hygiene 2019-04-24 10:51:54 +02:00