From 94361563d813b742672c4a775ec1a2b18d2fa821 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= Date: Sat, 5 Feb 2011 23:54:43 +0100 Subject: [PATCH] Typo fix. Rev: nettle/gcm.h:1.3 --- gcm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcm.h b/gcm.h index 3f5ae967..89dc1128 100644 --- a/gcm.h +++ b/gcm.h @@ -58,7 +58,7 @@ struct gcm_ctx { /* Hashing subkey */ uint8_t h[GCM_BLOCK_SIZE]; #if GCM_TABLE_BITS - uint8_t h[1 << GCM_TABLE_BITS][GCM_BLOCK_SIZE]; + uint8_t h_table[1 << GCM_TABLE_BITS][GCM_BLOCK_SIZE]; #endif /* Per-message state, depending on the iv */ /* Original counter block */ -- GitLab