forked from wolfSSL/wolfssl
Merge pull request #95 from lchristina26/enable_mcapi_with_libz
New AES structure size increased, update mcapi context to encompass
This commit is contained in:
@ -163,7 +163,7 @@ enum {
|
||||
|
||||
/* AES */
|
||||
typedef struct CRYPT_AES_CTX {
|
||||
int holder[70]; /* big enough to hold internal, but check on init */
|
||||
int holder[74]; /* big enough to hold internal, but check on init */
|
||||
} CRYPT_AES_CTX;
|
||||
|
||||
/* key */
|
||||
|
Reference in New Issue
Block a user