Skip to content

Commit e3fe575

Browse files
committed
tests/api/test_evp.c: fix gating in test_wolfSSL_EVP_CIPHER_type_string().
1 parent a57326d commit e3fe575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/api/test_evp.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ int test_wolfSSL_EVP_CIPHER_type_string(void)
7676
const char* cipherStr;
7777

7878
/* Test with valid cipher types */
79-
#ifndef NO_AES
79+
#ifdef HAVE_AES_CBC
8080
#ifdef WOLFSSL_AES_128
8181
cipherStr = wolfSSL_EVP_CIPHER_type_string(WC_AES_128_CBC_TYPE);
8282
ExpectNotNull(cipherStr);

0 commit comments

Comments
 (0)