mirror of https://github.com/wolfSSL/wolfssl.git
increase MCAPI CRYPT_AES_CTX to hold Aes
parent
73e0ef76f7
commit
746fd7d74d
|
@ -163,7 +163,7 @@ enum {
|
|||
|
||||
/* AES */
|
||||
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;
|
||||
|
||||
/* key */
|
||||
|
|
Loading…
Reference in New Issue