mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-27 21:22:20 +01:00
Adjust static memory case with TLS v1.3 enabled.
This commit is contained in:
@@ -1019,7 +1019,7 @@ THREAD_RETURN WOLFSSL_THREAD server_test(void* args)
|
||||
#if (defined(HAVE_ECC) && !defined(ALT_ECC_SIZE)) \
|
||||
|| defined(SESSION_CERTS)
|
||||
/* big enough to handle most cases including session certs */
|
||||
byte memory[204000];
|
||||
byte memory[220000];
|
||||
#else
|
||||
byte memory[80000];
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user