From 8af021382087293e2205eb15642346c6fdd30a59 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 30 Jul 2021 18:29:05 +0200 Subject: Fix clang warnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libkeccak_hmac_digest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libkeccak_hmac_digest.c') diff --git a/libkeccak_hmac_digest.c b/libkeccak_hmac_digest.c index 76f21f6..2e1732f 100644 --- a/libkeccak_hmac_digest.c +++ b/libkeccak_hmac_digest.c @@ -10,7 +10,7 @@ * You may use `&state->sponge` for continued squeezing * * @param state The hashing state - * @param msg The rest of the message, may be `NULL`, may be modified + * @param msg_ The rest of the message, may be `NULL`, may be modified * @param msglen The length of the partial message * @param bits The number of bits at the end of the message not covered by `msglen` * @param suffix The suffix concatenate to the message, only '1':s and '0':s, and NUL-termination -- cgit v1.2.3-70-g09d2