static bucket size for SSL

This commit is contained in:
Takashi Kojo
2017-06-21 06:33:01 +09:00
parent 05b9b39e06
commit a8bc2df19c

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,21056
#define WOLFMEM_BUCKETS 64,128,256,512,1024,2432,3456,4544,21072
#endif
#endif
#ifndef WOLFMEM_DIST