diff options
Diffstat (limited to '')
-rw-r--r-- | libkeccak_hmac_copy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkeccak_hmac_copy.c b/libkeccak_hmac_copy.c index 49fc1e7..0e389c1 100644 --- a/libkeccak_hmac_copy.c +++ b/libkeccak_hmac_copy.c @@ -10,7 +10,7 @@ * @return Zero on success, -1 on error */ int -libkeccak_hmac_copy(libkeccak_hmac_state_t *restrict dest, const libkeccak_hmac_state_t *restrict src) +libkeccak_hmac_copy(struct libkeccak_hmac_state *restrict dest, const struct libkeccak_hmac_state *restrict src) { size_t size; |