Fix wc_ecc_sign_hash_ex with Intel QA

This commit is contained in:
Eric Blankenhorn
2026-03-05 09:35:23 -06:00
parent 1c8d593af7
commit 0c2de309db
+1 -1
View File
@@ -7437,7 +7437,7 @@ int wc_ecc_sign_hash_ex(const byte* in, word32 inlen, WC_RNG* rng,
#ifndef HAVE_CAVIUM_V
mp_clear(e);
mp_clear(k);
mp_forcezero(k);
#endif
wc_ecc_curve_free(curve);
FREE_CURVE_SPECS();