diff options
Diffstat (limited to 'networking/tls_aesgcm.c')
-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 84c9031..b9a6a9b 100644 --- a/networking/tls_aesgcm.c +++ b/networking/tls_aesgcm.c @@ -87,7 +87,7 @@ static void GMULT(byte* X, byte* Y) // Resulting auth tag in s[] is also always AES_BLOCK_SIZE bytes. // // This allows some simplifications. -#define aSz AES_BLOCK_SIZE +#define aSz 13 #define sSz AES_BLOCK_SIZE void FAST_FUNC aesgcm_GHASH(byte* h, const byte* a, //unsigned aSz, |