mirror of https://github.com/wolfSSL/wolfssl.git
Increase the static memory pool in client to better support ECC or session certs.
parent
6369794b6f
commit
0e34f35c08
|
@ -889,7 +889,7 @@ THREAD_RETURN WOLFSSL_THREAD client_test(void* args)
|
||||||
#if (defined(HAVE_ECC) && !defined(ALT_ECC_SIZE)) \
|
#if (defined(HAVE_ECC) && !defined(ALT_ECC_SIZE)) \
|
||||||
|| defined(SESSION_CERTS)
|
|| defined(SESSION_CERTS)
|
||||||
/* big enough to handle most cases including session certs */
|
/* big enough to handle most cases including session certs */
|
||||||
byte memory[204000];
|
byte memory[320000];
|
||||||
#else
|
#else
|
||||||
byte memory[80000];
|
byte memory[80000];
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue