mbedtls/programs/test
Rodrigo Dias Correa 80448aae2c Fix GCC warning about test_snprintf
GCC 11 generated the warnings because the parameter `ret_buf`
was declared as `const char[10]`, but some of the arguments
provided in `run_test_snprintf` are shorter literals, like "".

Now the type of `ret_buf` is `const char *`.
Both implementations of `test_snprintf` were fixed.

Signed-off-by: Rodrigo Dias Correa <rodrigo@correas.us>
2020-11-25 01:13:12 -03:00
..
cmake_subproject Build: Add MBEDTLS_TARGET_PREFIX 2020-10-20 13:44:44 +01:00
benchmark.c Update copyright notices to use Linux Foundation guidance 2020-08-19 10:35:41 +02:00
CMakeLists.txt cmake: Avoid using target_properties for old cmake 2020-11-03 15:38:38 -07:00
cpp_dummy_build.cpp Include public and public-ish PSA headers in CPP check 2020-10-22 11:55:50 +02:00
query_compile_time_config.c Update copyright notices to use Linux Foundation guidance 2020-08-19 10:35:41 +02:00
query_config.c Add the SRTP configuration to query_config 2020-10-29 01:14:49 +01:00
selftest.c Fix GCC warning about test_snprintf 2020-11-25 01:13:12 -03:00
udp_proxy.c Update copyright notices to use Linux Foundation guidance 2020-08-19 10:35:41 +02:00
udp_proxy_wrapper.sh Update copyright notices to use Linux Foundation guidance 2020-08-19 10:35:41 +02:00
zeroize.c Update copyright notices to use Linux Foundation guidance 2020-08-19 10:35:41 +02:00