diff options
Diffstat (limited to 'libkeccak_hmac_fast_free.c')
-rw-r--r-- | libkeccak_hmac_fast_free.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkeccak_hmac_fast_free.c b/libkeccak_hmac_fast_free.c index 8c6118e..897f6e1 100644 --- a/libkeccak_hmac_fast_free.c +++ b/libkeccak_hmac_fast_free.c @@ -2,4 +2,4 @@ #include "common.h" -extern inline void libkeccak_hmac_fast_free(struct libkeccak_hmac_state *restrict); +extern inline void libkeccak_hmac_fast_free(struct libkeccak_hmac_state *); |