WCv5.2.3-ARMv8-PAA-r2 rework with pkcs7 fix

WCv5.2.3-ARMv8-PAA-r2
kaleb-himes 2024-12-04 14:57:26 -07:00
parent 22706ed5f3
commit cea0c0a774
1 changed files with 1 additions and 0 deletions

View File

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