mac compiler warning

This commit is contained in:
Markku-Juhani O. Saarinen
2016-09-21 13:57:30 +04:00
parent 3b1513ec11
commit dcbb319204

2
main.c
View File

@@ -179,7 +179,7 @@ void test_speed()
x += st[i]; x += st[i];
printf("(%016lX) %.3f Keccak-p[1600,24] / Second.\n", 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));
} }