Skip to content

Commit 98a06f8

Browse files
committed
fix macro guarding in tests/api.c
1 parent eeebd81 commit 98a06f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35174,7 +35174,7 @@ TEST_CASE testCases[] = {
3517435174
TEST_CMAC_DECLS,
3517535175
/* SHE */
3517635176
TEST_SHE_DECLS,
35177-
#ifdef WOLF_CRYPTO_CB
35177+
#if defined(WOLF_CRYPTO_CB) && defined(WOLFSSL_SHE)
3517835178
TEST_SHE_CB_DECLS,
3517935179
#endif
3518035180

0 commit comments

Comments
 (0)