From 1753d524d7ede2a3d73ca86818fc8bd79ee4b765 Mon Sep 17 00:00:00 2001 From: JacobBarthelmeh Date: Fri, 7 Jun 2024 14:30:26 -0600 Subject: [PATCH] use WOLFSSL_NETOS_STACK_SZ for stack size when creating tx thread --- wolfcrypt/src/wc_port.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolfcrypt/src/wc_port.c b/wolfcrypt/src/wc_port.c index ab37c2796..de42ddcc4 100644 --- a/wolfcrypt/src/wc_port.c +++ b/wolfcrypt/src/wc_port.c @@ -3646,7 +3646,7 @@ char* mystrnstr(const char* s1, const char* s2, unsigned int n) "wolfSSL thread", (entry_functionType)cb, (ULONG)arg, thread->threadStack, - TESTSUITE_THREAD_STACK_SZ, + WOLFSSL_NETOS_STACK_SZ, 2, 2, 1, TX_AUTO_START); if (result != TX_SUCCESS) {