forked from wolfSSL/wolfssl
fix mcapi with size change
This commit is contained in:
@ -104,7 +104,7 @@ enum {
|
|||||||
|
|
||||||
/* HMAC */
|
/* HMAC */
|
||||||
typedef struct CRYPT_HMAC_CTX {
|
typedef struct CRYPT_HMAC_CTX {
|
||||||
long long holder[68]; /* big enough to hold internal, but check on init */
|
long long holder[69]; /* big enough to hold internal, but check on init */
|
||||||
} CRYPT_HMAC_CTX;
|
} CRYPT_HMAC_CTX;
|
||||||
|
|
||||||
int CRYPT_HMAC_SetKey(CRYPT_HMAC_CTX*, int, const unsigned char*, unsigned int);
|
int CRYPT_HMAC_SetKey(CRYPT_HMAC_CTX*, int, const unsigned char*, unsigned int);
|
||||||
|
Reference in New Issue
Block a user