Skip to content

Commit 8c0999a

Browse files
committed
fix macro guarding in tests/api.c
1 parent eeedc47 commit 8c0999a

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
@@ -35638,7 +35638,7 @@ TEST_CASE testCases[] = {
3563835638
TEST_CMAC_DECLS,
3563935639
/* SHE */
3564035640
TEST_SHE_DECLS,
35641-
#ifdef WOLF_CRYPTO_CB
35641+
#if defined(WOLF_CRYPTO_CB) && defined(WOLFSSL_SHE)
3564235642
TEST_SHE_CB_DECLS,
3564335643
#endif
3564435644

0 commit comments

Comments
 (0)