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/poly1305.c b/library/poly1305.c index d7c9ce1..004d857 100644 --- a/library/poly1305.c +++ b/library/poly1305.c
@@ -492,7 +492,7 @@ { if ( verbose != 0 ) { - mbedtls_printf( " Poly1305 test %zi ", i ); + mbedtls_printf( " Poly1305 test %zu ", i ); } result = mbedtls_poly1305_mac( test_keys[i],