We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a57326d commit e3fe575Copy full SHA for e3fe575
tests/api/test_evp.c
@@ -76,7 +76,7 @@ int test_wolfSSL_EVP_CIPHER_type_string(void)
76
const char* cipherStr;
77
78
/* Test with valid cipher types */
79
-#ifndef NO_AES
+#ifdef HAVE_AES_CBC
80
#ifdef WOLFSSL_AES_128
81
cipherStr = wolfSSL_EVP_CIPHER_type_string(WC_AES_128_CBC_TYPE);
82
ExpectNotNull(cipherStr);
0 commit comments