diff options
Diffstat (limited to 'libkeccak_state_wipe_sponge.c')
-rw-r--r-- | libkeccak_state_wipe_sponge.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkeccak_state_wipe_sponge.c b/libkeccak_state_wipe_sponge.c index ad8c29f..eb564c0 100644 --- a/libkeccak_state_wipe_sponge.c +++ b/libkeccak_state_wipe_sponge.c @@ -8,7 +8,7 @@ * @param state The state that should be wipe */ void -libkeccak_state_wipe_sponge(volatile libkeccak_state_t *restrict state) +libkeccak_state_wipe_sponge(volatile struct libkeccak_state *restrict state) { volatile int64_t *restrict S = state->S; size_t i; |