Fix for MCAPI CRYPT_AES_CTX size with ./configure --enable-pkcallbacks --enable-mcapi --enable-ecc --enable-sha512 --with-libz --enable-opensslextra.

This commit is contained in:
David Garske
2022-04-21 13:31:39 -07:00
parent 293d7e1241
commit 5a75e0f6c6

View File

@@ -173,7 +173,7 @@ enum {
typedef struct CRYPT_AES_CTX {
/* big enough to hold internal, but check on init */
#ifdef WOLF_PRIVATE_KEY_ID
int holder[104];
int holder[108];
#else
int holder[90];
#endif