forked from wolfSSL/wolfssl
Merge pull request #442 from toddouska/mcapi-aes
fix mcapi aes size with heap
This commit is contained in:
@ -164,7 +164,7 @@ enum {
|
||||
|
||||
/* AES */
|
||||
typedef struct CRYPT_AES_CTX {
|
||||
int holder[74]; /* big enough to hold internal, but check on init */
|
||||
int holder[76]; /* big enough to hold internal, but check on init */
|
||||
} CRYPT_AES_CTX;
|
||||
|
||||
/* key */
|
||||
|
Reference in New Issue
Block a user