Merge pull request #5156 from anhu/HAVE_AES_GCM

Rename HAVE_AES_GCM guard to HAVE_AESGCM in the tests.
This commit is contained in:
David Garske
2022-05-20 15:03:57 -07:00
committed by GitHub

View File

@ -44818,7 +44818,7 @@ static void test_wolfSSL_EVP_CIPHER_block_size(void)
#endif #endif
#endif #endif
#ifdef HAVE_AES_GCM #ifdef HAVE_AESGCM
#ifdef WOLFSSL_AES_128 #ifdef WOLFSSL_AES_128
AssertIntEQ(EVP_CIPHER_block_size(EVP_aes_128_gcm()), 1); AssertIntEQ(EVP_CIPHER_block_size(EVP_aes_128_gcm()), 1);
#endif #endif