From e9376658fac4ddacaec3ca111998a6513eb55f3b Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 10 Feb 2019 23:34:52 +0100 Subject: Fix warnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libkeccak.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libkeccak.h') diff --git a/libkeccak.h b/libkeccak.h index 21b4b47..7a95f91 100644 --- a/libkeccak.h +++ b/libkeccak.h @@ -834,7 +834,7 @@ typedef struct libkeccak_hmac_state */ char leftover; - char __pad[sizeof(void*) / sizeof(char) - 1]; + char __pad[sizeof(void *) / sizeof(char) - 1]; } libkeccak_hmac_state_t; -- cgit v1.2.3-70-g09d2