mirror of https://github.com/wolfSSL/wolfssl.git
commit
2752f3f9c9
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue