Adjust static memory case with TLS v1.3 enabled.

This commit is contained in:
David Garske
2020-06-05 11:11:23 -07:00
parent 3b8455fcd0
commit fb5c9e5268
2 changed files with 6 additions and 2 deletions

View File

@@ -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