forked from wolfSSL/wolfssl
add macro guard around test case
This commit is contained in:
@ -2016,7 +2016,7 @@ options: [-s max_relative_stack_bytes] [-m max_relative_heap_memory_bytes]\n\
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef OPENSSL_EXTRA
|
#if defined(WOLFSSL_STATIC_MEMORY) && !defined(OPENSSL_EXTRA)
|
||||||
wolfSSL_SetGlobalHeapHint(NULL);
|
wolfSSL_SetGlobalHeapHint(NULL);
|
||||||
#endif
|
#endif
|
||||||
TEST_PASS("Test complete\n");
|
TEST_PASS("Test complete\n");
|
||||||
|
Reference in New Issue
Block a user