mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +02:00
Remove cyassl reference
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user