account for larger WOLFSSL structure with save session certs

This commit is contained in:
Jacob Barthelmeh 2017-05-12 16:07:10 -06:00
parent cecdd50eab
commit 13bc1f64b8

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