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
hash
pkey Merge pull request #3599 from makise-homura/mbedtls-2.7 2020-08-25 09:46:42 +02:00
random
ssl
test Fix GCC warning about test_snprintf 2020-11-29 14:42:58 -03:00
util
x509 cert_req: discover hash algorithms automatically 2020-10-07 11:16:56 +02:00
.gitignore
CMakeLists.txt
Makefile
wince_main.c