From 211eefa15517b263c83aab38b74b445676131508 Mon Sep 17 00:00:00 2001 From: Hayden Roche Date: Thu, 11 Mar 2021 14:03:54 -0600 Subject: [PATCH] Change WOLFSSL_AES_ECB to HAVE_AES_ECB in api.c. --- tests/api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/api.c b/tests/api.c index 1f26d1c77..1851dea45 100644 --- a/tests/api.c +++ b/tests/api.c @@ -35481,7 +35481,7 @@ static void test_wolfSSL_EVP_CIPHER_block_size(void) #endif #endif -#ifdef WOLFSSL_AES_ECB +#ifdef HAVE_AES_ECB #ifdef WOLFSSL_AES_128 AssertIntEQ(EVP_CIPHER_block_size(EVP_aes_128_ecb()), AES_BLOCK_SIZE); #endif