diff options
-rw-r--r-- | networking/tls_aesgcm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/tls_aesgcm.c b/networking/tls_aesgcm.c index 84c90314f..b9a6a9b0a 100644 --- a/networking/tls_aesgcm.c +++ b/networking/tls_aesgcm.c | |||
@@ -87,7 +87,7 @@ static void GMULT(byte* X, byte* Y) | |||
87 | // Resulting auth tag in s[] is also always AES_BLOCK_SIZE bytes. | 87 | // Resulting auth tag in s[] is also always AES_BLOCK_SIZE bytes. |
88 | // | 88 | // |
89 | // This allows some simplifications. | 89 | // This allows some simplifications. |
90 | #define aSz AES_BLOCK_SIZE | 90 | #define aSz 13 |
91 | #define sSz AES_BLOCK_SIZE | 91 | #define sSz AES_BLOCK_SIZE |
92 | void FAST_FUNC aesgcm_GHASH(byte* h, | 92 | void FAST_FUNC aesgcm_GHASH(byte* h, |
93 | const byte* a, //unsigned aSz, | 93 | const byte* a, //unsigned aSz, |