mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-05-31 20:00:17 +00:00
- Enlarged buffer to fit gcm_context on all platforms
This commit is contained in:
parent
81420abcb6
commit
0f5281a35b
|
@ -330,8 +330,8 @@ struct _ssl_transform
|
||||||
unsigned char mac_enc[32]; /*!< MAC (encryption) */
|
unsigned char mac_enc[32]; /*!< MAC (encryption) */
|
||||||
unsigned char mac_dec[32]; /*!< MAC (decryption) */
|
unsigned char mac_dec[32]; /*!< MAC (decryption) */
|
||||||
|
|
||||||
uint32_t ctx_enc[134]; /*!< encryption context */
|
uint32_t ctx_enc[136]; /*!< encryption context */
|
||||||
uint32_t ctx_dec[134]; /*!< decryption context */
|
uint32_t ctx_dec[136]; /*!< decryption context */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Session specific compression layer
|
* Session specific compression layer
|
||||||
|
|
Loading…
Reference in a new issue