Remove cyassl reference

This commit is contained in:
Andras Fekete
2023-08-01 10:57:19 -04:00
parent 44b634a597
commit 6e33fe3b51

View File

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