fix macro guarding in tests/api.c

This commit is contained in:
night1rider
2026-03-18 17:59:55 -06:00
parent eeedc470e9
commit 8c0999a352
+1 -1
View File
@@ -35638,7 +35638,7 @@ TEST_CASE testCases[] = {
TEST_CMAC_DECLS,
/* SHE */
TEST_SHE_DECLS,
#ifdef WOLF_CRYPTO_CB
#if defined(WOLF_CRYPTO_CB) && defined(WOLFSSL_SHE)
TEST_SHE_CB_DECLS,
#endif