mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 02:37:28 +02:00
tests/api/test_evp.c: fix gating in test_wolfSSL_EVP_CIPHER_type_string().
This commit is contained in:
@ -76,7 +76,7 @@ int test_wolfSSL_EVP_CIPHER_type_string(void)
|
||||
const char* cipherStr;
|
||||
|
||||
/* Test with valid cipher types */
|
||||
#ifndef NO_AES
|
||||
#ifdef HAVE_AES_CBC
|
||||
#ifdef WOLFSSL_AES_128
|
||||
cipherStr = wolfSSL_EVP_CIPHER_type_string(WC_AES_128_CBC_TYPE);
|
||||
ExpectNotNull(cipherStr);
|
||||
|
Reference in New Issue
Block a user