From 5d36b9c7ed3c5790060731bb43b5ce74e04d856d Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 26 Feb 2022 12:02:53 +0100 Subject: Remove useless restricts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libkeccak_state_wipe_message.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libkeccak_state_wipe_message.c') diff --git a/libkeccak_state_wipe_message.c b/libkeccak_state_wipe_message.c index 026bc8e..135960c 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 struct libkeccak_state *restrict state) +libkeccak_state_wipe_message(volatile struct libkeccak_state *state) { volatile unsigned char *restrict M = state->M; size_t i; -- cgit v1.2.3-70-g09d2