Increase the static memory pool in client to better support ECC or session certs.
This commit is contained in:
parent
6369794b6f
commit
0e34f35c08
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user