Gowtham Suresh Kumar 34d8bd37d9 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-27 00:03:21 +01:00
..
CMakeLists.txt
dtls_client.c
dtls_server.c Add guards for mbedtls_psa_crypto_free() 2023-04-25 12:00:07 +02:00
mini_client.c
ssl_client1.c
ssl_client2.c Fix bugs in example programs: change argc == 0 to argc < 2 2023-02-02 12:07:06 +00:00
ssl_context_info.c
ssl_fork_server.c Add guards for mbedtls_psa_crypto_free() 2023-04-25 12:00:07 +02:00
ssl_mail_client.c
ssl_pthread_server.c Add guards for mbedtls_psa_crypto_free() 2023-04-25 12:00:07 +02:00
ssl_server2.c Merge pull request #7013 from gilles-peskine-arm/build-without-certs-2.28.2 2023-02-06 11:39:01 +00:00
ssl_server.c Add guards for mbedtls_psa_crypto_free() 2023-04-25 12:00:07 +02:00
ssl_test_common_source.c
ssl_test_lib.c
ssl_test_lib.h