mbedtls/programs
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
..
aes Update copyright notices to use Linux Foundation guidance 2020-08-19 16:54:51 +02:00
hash Update copyright notices to use Linux Foundation guidance 2020-08-19 16:54:51 +02:00
pkey Merge pull request #3599 from makise-homura/mbedtls-2.7 2020-08-25 09:46:42 +02:00
random Update copyright notices to use Linux Foundation guidance 2020-08-19 16:54:51 +02:00
ssl Update copyright notices to use Linux Foundation guidance 2020-08-19 16:54:51 +02:00
test Fix GCC warning about test_snprintf 2020-11-29 14:42:58 -03:00
util Update copyright notices to use Linux Foundation guidance 2020-08-19 16:54:51 +02:00
x509 cert_req: discover hash algorithms automatically 2020-10-07 11:16:56 +02:00
.gitignore Add new program to gitignore 2015-11-02 06:34:29 +09:00
CMakeLists.txt - Added missing subdirectory line for util 2012-09-25 08:19:18 +00:00
Makefile programs: Make make clean clean all programs always 2019-06-20 16:30:36 +01:00
wince_main.c Update copyright notices to use Linux Foundation guidance 2020-08-19 16:54:51 +02:00