add macro guard around test case

This commit is contained in:
JacobBarthelmeh
2024-04-30 16:43:01 -06:00
parent 98a19f9fdd
commit d68f3cf63c

View File

@ -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");