diff options
Diffstat (limited to 'libkeccak_spec_check.c')
-rw-r--r-- | libkeccak_spec_check.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkeccak_spec_check.c b/libkeccak_spec_check.c index 5a0f731..0649e5a 100644 --- a/libkeccak_spec_check.c +++ b/libkeccak_spec_check.c @@ -2,4 +2,4 @@ #include "common.h" -extern inline int libkeccak_spec_check(const struct libkeccak_spec *restrict); +extern inline int libkeccak_spec_check(const struct libkeccak_spec *); |