mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 19:24:42 +02:00
increase MCAPI CRYPT_AES_CTX to hold Aes
This commit is contained in:
@@ -163,7 +163,7 @@ enum {
|
|||||||
|
|
||||||
/* AES */
|
/* AES */
|
||||||
typedef struct CRYPT_AES_CTX {
|
typedef struct CRYPT_AES_CTX {
|
||||||
int holder[69]; /* big enough to hold internal, but check on init */
|
int holder[70]; /* big enough to hold internal, but check on init */
|
||||||
} CRYPT_AES_CTX;
|
} CRYPT_AES_CTX;
|
||||||
|
|
||||||
/* key */
|
/* key */
|
||||||
|
Reference in New Issue
Block a user