commit | 47252c739d27d59a3cb27b671b3323f0545d1806 | [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 10 13:22:14 2018 +0200 |
tree | 6980e25bbdbcb147e78adaa47d5b765e093a0778 | |
parent | b9a069d0960e3fbf8c6c1816a1171a20514c6741 [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],