From 6e33fe3b51dcf28a9b33518a45ca1a274bb2d6e7 Mon Sep 17 00:00:00 2001 From: Andras Fekete Date: Tue, 1 Aug 2023 10:57:19 -0400 Subject: [PATCH] Remove cyassl reference --- wolfcrypt/src/hmac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)