diff options
Diffstat (limited to 'libkeccak_hmac_wipe.c')
-rw-r--r-- | libkeccak_hmac_wipe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkeccak_hmac_wipe.c b/libkeccak_hmac_wipe.c index fd99c48..77b4449 100644 --- a/libkeccak_hmac_wipe.c +++ b/libkeccak_hmac_wipe.c @@ -8,7 +8,7 @@ * @param state The state that should be wipe */ void -libkeccak_hmac_wipe(volatile libkeccak_hmac_state_t *restrict state) +libkeccak_hmac_wipe(volatile struct libkeccak_hmac_state *restrict state) { volatile char *restrict key_pads; size_t i, size; |