chiark / gitweb /
Update crypto code from Catacomb 2.5.0.
[secnet] / keccak1600.c
index c24f6cc25a0051c7df512c1c8f2880ac04ea5abd..e34d76185a6fef715de8e1ebe6a09bfbbb1039dd 100644 (file)
@@ -259,8 +259,8 @@ static const lane rcon[24] = {
 #else
 /* A target with fused and/not (`bic', `andc2').  Everything is simple. */
 
-#define STATE_INIT(z) do ; while (0)
-#define STATE_OUT(z) do ; while (0)
+#define STATE_INIT(z) do {} while (0)
+#define STATE_OUT(z) do {} while (0)
 
 #endif