mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 02:37:28 +02:00
Remove cyassl reference
This commit is contained in:
@ -99,7 +99,7 @@
|
|||||||
}
|
}
|
||||||
int wolfSSL_GetHmacMaxSize(void)
|
int wolfSSL_GetHmacMaxSize(void)
|
||||||
{
|
{
|
||||||
return CyaSSL_GetHmacMaxSize();
|
return WC_MAX_DIGEST_SIZE;
|
||||||
}
|
}
|
||||||
|
|
||||||
int wc_HmacInit(Hmac* hmac, void* heap, int devId)
|
int wc_HmacInit(Hmac* hmac, void* heap, int devId)
|
||||||
|
Reference in New Issue
Block a user