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/aead_chacha20_poly1305.c b/library/aead_chacha20_poly1305.c index 3aa8d63..dac96ae 100644 --- a/library/aead_chacha20_poly1305.c +++ b/library/aead_chacha20_poly1305.c
@@ -430,7 +430,7 @@ { if ( verbose != 0 ) { - mbedtls_printf( " ChaCha20-Poly1305 test %zi ", i ); + mbedtls_printf( " ChaCha20-Poly1305 test %zu ", i ); } result = mbedtls_aead_chacha20_poly1305_crypt_and_mac( test_key[i],