Skip to content

Commit 9b748a2

Browse files
committed
fix macro guarding in tests/api.c
1 parent 9906dcb commit 9b748a2

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
@@ -34444,7 +34444,7 @@ TEST_CASE testCases[] = {
3444434444
TEST_CMAC_DECLS,
3444534445
/* SHE */
3444634446
TEST_SHE_DECLS,
34447-
#ifdef WOLF_CRYPTO_CB
34447+
#if defined(WOLF_CRYPTO_CB) && defined(WOLFSSL_SHE)
3444834448
TEST_SHE_CB_DECLS,
3444934449
#endif
3445034450

0 commit comments

Comments
 (0)