forked from wolfSSL/wolfssl
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:
@ -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
|
||||||
|
Reference in New Issue
Block a user