mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-03 12:44:45 +02:00
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 {
|
typedef struct CRYPT_AES_CTX {
|
||||||
/* big enough to hold internal, but check on init */
|
/* big enough to hold internal, but check on init */
|
||||||
#ifdef WOLF_PRIVATE_KEY_ID
|
#ifdef WOLF_PRIVATE_KEY_ID
|
||||||
int holder[104];
|
int holder[108];
|
||||||
#else
|
#else
|
||||||
int holder[90];
|
int holder[90];
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user