Adapt all test programs
[openssl.git] / test / cipher_overhead_test.c
index 98d44bd7f526bd264ce326cd52ff40ca62f8bc06..6bf74a5a7606f1df701c5de90f372ff5473b8d92 100644 (file)
@@ -9,7 +9,6 @@
 
 #include "e_os.h"
 #include "testutil.h"
-#include "test_main.h"
 
 #ifdef __VMS
 # pragma names save
@@ -36,7 +35,7 @@ static int cipher_overhead(void)
             TEST_info("Failed getting %s", ciph->name);
             ret = 0;
         } else {
-            TEST_info("Cipher %s: %"OSSLzu" %"OSSLzu" %"OSSLzu" %"OSSLzu,
+            TEST_info("Cipher %s: %zu %zu %zu %zu",
                       ciph->name, mac, in, blk, ex);
         }
     }