forked from wolfSSL/wolfssl
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user