Skip to content

Commit d68f3cf

Browse files
add macro guard around test case
1 parent 98a19f9 commit d68f3cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wolfcrypt/test/test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2016,7 +2016,7 @@ options: [-s max_relative_stack_bytes] [-m max_relative_heap_memory_bytes]\n\
20162016
#endif
20172017
#endif
20182018

2019-
#ifndef OPENSSL_EXTRA
2019+
#if defined(WOLFSSL_STATIC_MEMORY) && !defined(OPENSSL_EXTRA)
20202020
wolfSSL_SetGlobalHeapHint(NULL);
20212021
#endif
20222022
TEST_PASS("Test complete\n");

0 commit comments

Comments
 (0)