increase static memory bucket size with session certs

pull/1319/head
Jacob Barthelmeh 2018-01-18 10:59:20 -07:00
parent 377f5c304c
commit 584520c9b4
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ WOLFSSL_API int wolfSSL_GetAllocators(wolfSSL_Malloc_cb*,
#ifndef SESSION_CERTS
#define WOLFMEM_BUCKETS 64,128,256,512,1024,2432,3456,4544,16128
#else
#define WOLFMEM_BUCKETS 64,128,256,512,1024,2432,3456,4544,21696
#define WOLFMEM_BUCKETS 64,128,256,512,1024,2432,3456,4544,21920
#endif
#endif
#ifndef WOLFMEM_DIST