Skip to content

Commit 603b5bb

Browse files
Merge pull request #6875 from douzzer/20231016-sp-math-fix-redux
20231016-sp-math-fix-redux
2 parents bab01ca + f1725b4 commit 603b5bb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

wolfcrypt/src/eccsi.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1376,6 +1376,7 @@ static int eccsi_mulmod_base_add(EccsiKey* key, const mp_int* n,
13761376
err = NOT_COMPILED_IN;
13771377
}
13781378
(void)key;
1379+
(void)n;
13791380
(void)a;
13801381
(void)res;
13811382
(void)mp;

0 commit comments

Comments
 (0)