aboutsummaryrefslogtreecommitdiffstats
path: root/libkeccak.h
diff options
context:
space:
mode:
Diffstat (limited to 'libkeccak.h')
-rw-r--r--libkeccak.h2
1 files changed, 1 insertions, 1 deletions
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;