Increase the static memory pool in client to better support ECC or session certs.

This commit is contained in:
David Garske 2017-10-26 08:06:08 -07:00
parent 6369794b6f
commit 0e34f35c08

View File

@ -889,7 +889,7 @@ THREAD_RETURN WOLFSSL_THREAD client_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[320000];
#else
byte memory[80000];
#endif