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