diff options
Diffstat (limited to 'libkeccak_hmac_update.c')
-rw-r--r-- | libkeccak_hmac_update.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkeccak_hmac_update.c b/libkeccak_hmac_update.c index 535b099..6f38348 100644 --- a/libkeccak_hmac_update.c +++ b/libkeccak_hmac_update.c @@ -8,7 +8,7 @@ * and wipe sensitive data when possible * * @param state The hashing state - * @param msg The partial message + * @param msg_ The partial message * @param msglen The length of the partial message, in bytes * @return Zero on success, -1 on error */ |