forked from wolfSSL/wolfssl
Merge pull request #3865 from haydenroche5/fix_have_aes_ecb
Change WOLFSSL_AES_ECB to HAVE_AES_ECB in api.c.
This commit is contained in:
@ -35519,7 +35519,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
|
||||
|
Reference in New Issue
Block a user