fix mcapi with size change
This commit is contained in:
parent
afc54c3dff
commit
44a23b072f
@ -104,7 +104,7 @@ enum {
|
||||
|
||||
/* HMAC */
|
||||
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;
|
||||
|
||||
int CRYPT_HMAC_SetKey(CRYPT_HMAC_CTX*, int, const unsigned char*, unsigned int);
|
||||
|
Loading…
Reference in New Issue
Block a user