summaryrefslogtreecommitdiffstats
path: root/test/poly1305_internal_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/poly1305_internal_test.c')
-rw-r--r--test/poly1305_internal_test.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/poly1305_internal_test.c b/test/poly1305_internal_test.c
index 03b0fa91df..a6825d252f 100644
--- a/test/poly1305_internal_test.c
+++ b/test/poly1305_internal_test.c
@@ -13,7 +13,6 @@
#include <string.h>
#include "testutil.h"
-#include "test_main_custom.h"
#include "internal/poly1305.h"
#include "../crypto/poly1305/poly1305_local.h"
#include "e_os.h"
@@ -1600,7 +1599,7 @@ static int test_poly1305(int idx)
Poly1305_Final(&poly1305, out);
if (!TEST_mem_eq(out, expectedlen, expected, expectedlen)) {
- TEST_info("Poly1305 test #%d/%" OSSLzu "+%" OSSLzu " failed.",
+ TEST_info("Poly1305 test #%d/%zu+%zu failed.",
idx, half, inlen-half);
return 0;
}