Remove OSSLzu macros and use %zu in the test framework (via BIO_printf).
[openssl.git] / test / tls13encryptiontest.c
index 0d0108c2344d8c208d543725a1b3c074c0eb1715..fe81aa4279aad03eaf00f9934ba222c27f5122f6 100644 (file)
@@ -385,7 +385,7 @@ static int test_tls13_encryption(void)
         seq = NULL;
     }
 
-    TEST_note("PASS: %"OSSLzu" records tested", ctr);
+    TEST_note("PASS: %zu records tested", ctr);
     ret = 1;
 
  err: