From 584520c9b4befb86571bf0e06760aeda663d247c Mon Sep 17 00:00:00 2001 From: Jacob Barthelmeh Date: Thu, 18 Jan 2018 10:59:20 -0700 Subject: [PATCH] increase static memory bucket size with session certs --- wolfssl/wolfcrypt/memory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolfssl/wolfcrypt/memory.h b/wolfssl/wolfcrypt/memory.h index 8cd1a2117..fbf0ea3be 100644 --- a/wolfssl/wolfcrypt/memory.h +++ b/wolfssl/wolfcrypt/memory.h @@ -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