Update crypto code from Catacomb 2.5.0.
[secnet] / keccak1600.c
index c24f6cc..e34d761 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