commit | b6897f67a4e584a69154ffe6c828a8f1bdf6ef32 | [log] [tgz] |
---|---|---|
author | Daniel King <damaki.gh@gmail.com> | Thu May 19 09:57:59 2016 -0300 |
committer | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Thu May 24 13:37:31 2018 +0200 |
tree | 7d172a9b6aea98b2d3ce2b4fd97a39690e23eb52 | |
parent | 16b04ce641b0ecb98a0500e2534ff51687d1ba17 [diff] [blame] |
Correct signedness of printf specifier in self tests
diff --git a/library/chacha20.c b/library/chacha20.c index f3ddd9b..437e380 100644 --- a/library/chacha20.c +++ b/library/chacha20.c
@@ -561,7 +561,7 @@ { if ( verbose != 0 ) { - mbedtls_printf( " ChaCha20 test %zi ", i ); + mbedtls_printf( " ChaCha20 test %zu ", i ); } result = mbedtls_chacha20_crypt( test_keys[i],