diff --git a/tests/api.c b/tests/api.c index e7436612d..a32084ae9 100644 --- a/tests/api.c +++ b/tests/api.c @@ -44818,7 +44818,7 @@ static void test_wolfSSL_EVP_CIPHER_block_size(void) #endif #endif -#ifdef HAVE_AES_GCM +#ifdef HAVE_AESGCM #ifdef WOLFSSL_AES_128 AssertIntEQ(EVP_CIPHER_block_size(EVP_aes_128_gcm()), 1); #endif