Skip to content

Commit 0c2de30

Browse files
committed
Fix wc_ecc_sign_hash_ex with Intel QA
1 parent 1c8d593 commit 0c2de30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wolfcrypt/src/ecc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7437,7 +7437,7 @@ int wc_ecc_sign_hash_ex(const byte* in, word32 inlen, WC_RNG* rng,
74377437

74387438
#ifndef HAVE_CAVIUM_V
74397439
mp_clear(e);
7440-
mp_clear(k);
7440+
mp_forcezero(k);
74417441
#endif
74427442
wc_ecc_curve_free(curve);
74437443
FREE_CURVE_SPECS();

0 commit comments

Comments
 (0)