From 2fb6b998af8e761519a0a1b2f3f3e448b23363c9 Mon Sep 17 00:00:00 2001 From: John Safranek Date: Tue, 14 May 2024 15:09:39 -0700 Subject: [PATCH] testing a size change --- 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 ab37c2796b..0b9279d0c0 100644 --- a/wolfcrypt/src/wc_port.c +++ b/wolfcrypt/src/wc_port.c @@ -3674,7 +3674,7 @@ char* mystrnstr(const char* s1, const char* s2, unsigned int n) THREAD_CB cb, void* arg) { #ifndef WOLFSSL_ZEPHYR_STACK_SZ - #define WOLFSSL_ZEPHYR_STACK_SZ (48*1024) + #define WOLFSSL_ZEPHYR_STACK_SZ (24*1024) #endif if (thread == NULL || cb == NULL)