Change WOLFSSL_AES_ECB to HAVE_AES_ECB in api.c.

pull/3865/head
Hayden Roche 2021-03-11 14:03:54 -06:00
parent 4ad1b52108
commit 211eefa155
1 changed files with 1 additions and 1 deletions

View File

@ -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