From 59dddda3a9cdc7058e4d689b1e9f9ee8b567b178 Mon Sep 17 00:00:00 2001 From: Tesfa Mael Date: Tue, 27 Aug 2019 15:37:00 -0700 Subject: [PATCH] Updated with review comments --- wolfcrypt/src/aes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolfcrypt/src/aes.c b/wolfcrypt/src/aes.c index 2adce5303..08b382235 100644 --- a/wolfcrypt/src/aes.c +++ b/wolfcrypt/src/aes.c @@ -5995,7 +5995,7 @@ int AES_GCM_decrypt_C(Aes* aes, byte* out, const byte* in, word32 sz, byte Tprime[AES_BLOCK_SIZE]; byte EKY0[AES_BLOCK_SIZE]; #ifdef OPENSSL_EXTRA - word64 aadTemp; + word32 aadTemp; #endif ctr = counter; XMEMSET(initialCounter, 0, AES_BLOCK_SIZE);