aboutsummaryrefslogtreecommitdiffstats
path: root/libkeccak_hmac_wipe.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-02-26 12:02:53 +0100
committerMattias Andrée <maandree@kth.se>2022-02-26 12:02:53 +0100
commit5d36b9c7ed3c5790060731bb43b5ce74e04d856d (patch)
treecc7218b850253b996fa5e87cb191b348cf53309e /libkeccak_hmac_wipe.c
parentMerge pull request #18 from oyheskes/remove-unused-variables (diff)
downloadlibkeccak-5d36b9c7ed3c5790060731bb43b5ce74e04d856d.tar.gz
libkeccak-5d36b9c7ed3c5790060731bb43b5ce74e04d856d.tar.bz2
libkeccak-5d36b9c7ed3c5790060731bb43b5ce74e04d856d.tar.xz
Remove useless restricts
Signed-off-by: Mattias Andrée <maandree@kth.se>
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;