From 06891fa14ae40a14922e952a4ce05ad94469776c Mon Sep 17 00:00:00 2001 From: Jacob Barthelmeh Date: Fri, 17 Mar 2017 14:29:15 -0600 Subject: [PATCH] session SSL object size increase with compatibility layer --- 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 8d4161f5c..af9a91eba 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,21552 + #define WOLFMEM_BUCKETS 64,128,256,512,1024,2432,3456,4544,21568 #endif #endif #ifndef WOLFMEM_DIST