diff --git a/main.c b/main.c index 674ff2e..2f739e9 100644 --- a/main.c +++ b/main.c @@ -179,7 +179,7 @@ void test_speed() x += st[i]; printf("(%016lX) %.3f Keccak-p[1600,24] / Second.\n", - x, (CLOCKS_PER_SEC * ((double) n)) / ((double) us)); + (unsigned long) x, (CLOCKS_PER_SEC * ((double) n)) / ((double) us)); }