From 0f5281a35b7735640a7a74c8a1f03cda687d63d1 Mon Sep 17 00:00:00 2001 From: Paul Bakker Date: Tue, 23 Oct 2012 11:06:25 +0000 Subject: [PATCH] - Enlarged buffer to fit gcm_context on all platforms --- include/polarssl/ssl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/polarssl/ssl.h b/include/polarssl/ssl.h index 9feacddd8..844cd18e8 100644 --- a/include/polarssl/ssl.h +++ b/include/polarssl/ssl.h @@ -330,8 +330,8 @@ struct _ssl_transform unsigned char mac_enc[32]; /*!< MAC (encryption) */ unsigned char mac_dec[32]; /*!< MAC (decryption) */ - uint32_t ctx_enc[134]; /*!< encryption context */ - uint32_t ctx_dec[134]; /*!< decryption context */ + uint32_t ctx_enc[136]; /*!< encryption context */ + uint32_t ctx_dec[136]; /*!< decryption context */ /* * Session specific compression layer