summaryrefslogtreecommitdiffstats
path: root/test/cipher_overhead_test.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2017-04-18 16:47:11 +0200
committerRichard Levitte <levitte@openssl.org>2017-04-24 18:09:01 +0200
commita9c6d221055c3a85edb23b1364cd60baafed4b9f (patch)
tree92a20b6afa93ea50ce3567d05b39da42365bc3c5 /test/cipher_overhead_test.c
parentb3e5db40eca1b53fc37a95163feba0da82426142 (diff)
Adapt all test programs
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3243)
Diffstat (limited to 'test/cipher_overhead_test.c')
-rw-r--r--test/cipher_overhead_test.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/cipher_overhead_test.c b/test/cipher_overhead_test.c
index 98d44bd7f5..6bf74a5a76 100644
--- a/test/cipher_overhead_test.c
+++ b/test/cipher_overhead_test.c
@@ -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);
}
}