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/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],