mbedtls/programs/ssl
Gowtham Suresh Kumar 186731b22a Fix warnings from clang-16
Running clang-16 on mbedtls reports warnings of type "-Wstrict-prototypes".
This patch fixes these warnings by adding void to functions with no
arguments. The generate_test_code.py is modified to insert void into test
functions with no arguments in *.function files.

Signed-off-by: Gowtham Suresh Kumar <gowtham.sureshkumar@arm.com>
2023-07-26 17:11:51 +01:00
..
CMakeLists.txt Rename DEV_MODE to GEN_FILES 2021-10-25 13:16:04 +01:00
dtls_client.c Add guards for mbedtls_psa_crypto_free() 2023-04-24 08:10:01 +02:00
dtls_server.c Fix order of steps in DTLS server example program 2023-07-14 12:00:33 -04:00
mini_client.c Add guards for mbedtls_psa_crypto_free() 2023-04-24 08:10:01 +02:00
ssl_client1.c Add guards for mbedtls_psa_crypto_free() 2023-04-24 08:10:01 +02:00
ssl_client2.c programs: add helper functions for supported EC curves 2023-07-10 09:13:57 +02:00
ssl_context_info.c Fix warnings from clang-16 2023-07-26 17:11:51 +01:00
ssl_fork_server.c Add guards for mbedtls_psa_crypto_free() 2023-04-24 08:10:01 +02:00
ssl_mail_client.c Add guards for mbedtls_psa_crypto_free() 2023-04-24 08:10:01 +02:00
ssl_pthread_server.c Add guards for mbedtls_psa_crypto_free() 2023-04-24 08:10:01 +02:00
ssl_server.c Add guards for mbedtls_psa_crypto_free() 2023-04-24 08:10:01 +02:00
ssl_server2.c programs: add helper functions for supported EC curves 2023-07-10 09:13:57 +02:00
ssl_test_common_source.c SSL: use MD_CAN macros 2023-03-21 16:29:31 +01:00
ssl_test_lib.c ssl_test_lib: fix rebase error 2023-07-10 10:22:51 +02:00
ssl_test_lib.h parse_groups: curve -> group adaptations 2023-07-06 12:16:44 +02:00