From cea0c0a77433fbb4aadeb97b6e95212490885b51 Mon Sep 17 00:00:00 2001 From: kaleb-himes Date: Wed, 4 Dec 2024 14:57:26 -0700 Subject: [PATCH] WCv5.2.3-ARMv8-PAA-r2 rework with pkcs7 fix --- wolfcrypt/src/ecc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/wolfcrypt/src/ecc.c b/wolfcrypt/src/ecc.c index 13720a3b0..be27e4632 100644 --- a/wolfcrypt/src/ecc.c +++ b/wolfcrypt/src/ecc.c @@ -12759,6 +12759,7 @@ int wc_X963_KDF(enum wc_HashType type, const byte* secret, word32 secretSz, byte* outIdx; byte counter[4]; byte tmp[WC_MAX_DIGEST_SIZE]; + (void) i; #ifdef WOLFSSL_SMALL_STACK wc_HashAlg* hash;