diff --git a/src/gimli.c b/src/gimli.c index 28ecd1d..0edd6c5 100644 --- a/src/gimli.c +++ b/src/gimli.c @@ -71,6 +71,8 @@ void gimli(uint32_t state[GIMLI_WORDS]) /* big swap: pattern ..S...S...S. etc. */ x = shuffle(x, 2, 3, 0, 1); break; + default: + break; } } s[0] = x; @@ -117,6 +119,8 @@ void gimli(uint32_t state[GIMLI_WORDS]) state[1] = state[3]; state[3] = tmp; break; + default: + break; } } }