mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-05 21:30:48 +02:00
Fix wc_ecc_sign_hash_ex with Intel QA
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user