fix mcapi with size change

This commit is contained in:
toddouska 2016-11-16 09:39:21 -08:00
parent afc54c3dff
commit 44a23b072f

View File

@ -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);