diff --git a/core/AES.cpp b/core/AES.cpp index d605c0a66..9d25e5422 100644 --- a/core/AES.cpp +++ b/core/AES.cpp @@ -443,8 +443,8 @@ void AES::GMAC::finish(uint8_t tag[16]) noexcept #ifdef ZT_AES_NEON if (Utils::ARMCAP.pmull) { uint64_t tmp[2]; - uint8x16_t y = vld1q_u8(reinterpret_cast(_y)); - const uint8x16_t h = _aes._k.neon.h; + uint8x16_t y = vld1q_u8(reinterpret_cast(_y)); + const uint8x16_t h = _aes._k.neon.h; if (_rp) { while (_rp < 16)