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