aboutsummaryrefslogtreecommitdiffstats
path: root/libkeccak_hmac_wipe.c
diff options
context:
space:
mode:
Diffstat (limited to 'libkeccak_hmac_wipe.c')
-rw-r--r--libkeccak_hmac_wipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libkeccak_hmac_wipe.c b/libkeccak_hmac_wipe.c
index 1f29b47..11d268a 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 struct libkeccak_hmac_state *restrict state)
+libkeccak_hmac_wipe(volatile struct libkeccak_hmac_state *state)
{
volatile unsigned char *restrict key_pads;
size_t i, size;