diff --git a/wolfcrypt/src/hmac.c b/wolfcrypt/src/hmac.c index 29dfc3e21..84dae0869 100644 --- a/wolfcrypt/src/hmac.c +++ b/wolfcrypt/src/hmac.c @@ -99,7 +99,7 @@ } int wolfSSL_GetHmacMaxSize(void) { - return CyaSSL_GetHmacMaxSize(); + return WC_MAX_DIGEST_SIZE; } int wc_HmacInit(Hmac* hmac, void* heap, int devId)