Skip to content

Commit

Permalink
add macro guard around test case
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobBarthelmeh committed May 10, 2024
1 parent 98a19f9 commit d68f3cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wolfcrypt/test/test.c
Original file line number Diff line number Diff line change
Expand Up @@ -2016,7 +2016,7 @@ options: [-s max_relative_stack_bytes] [-m max_relative_heap_memory_bytes]\n\
#endif
#endif

#ifndef OPENSSL_EXTRA
#if defined(WOLFSSL_STATIC_MEMORY) && !defined(OPENSSL_EXTRA)
wolfSSL_SetGlobalHeapHint(NULL);
#endif
TEST_PASS("Test complete\n");
Expand Down

0 comments on commit d68f3cf

Please sign in to comment.