mbedtls/programs/test
Rodrigo Dias Correa 5fb1bd487d 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-29 14:42:58 -03:00
..
benchmark.c Update copyright notices to use Linux Foundation guidance 2020-08-19 16:54:51 +02:00
CMakeLists.txt Remove ssl_cert_test sample app 2019-04-07 16:59:13 +03:00
selftest.c Fix GCC warning about test_snprintf 2020-11-29 14:42:58 -03:00
udp_proxy.c Update copyright notices to use Linux Foundation guidance 2020-08-19 16:54:51 +02:00