Correct signedness of printf specifier in self tests

This commit is contained in:
Daniel King 2016-05-19 09:57:59 -03:00 committed by Manuel Pégourié-Gonnard
parent 16b04ce641
commit b6897f67a4
3 changed files with 3 additions and 3 deletions

View file

@ -492,7 +492,7 @@ int mbedtls_poly1305_self_test( int verbose )
{
if ( verbose != 0 )
{
mbedtls_printf( " Poly1305 test %zi ", i );
mbedtls_printf( " Poly1305 test %zu ", i );
}
result = mbedtls_poly1305_mac( test_keys[i],