Skip to content

Commit f1725b4

Browse files
committed
fix to 3e9f8bc: (void)h was a typo for correct (void)n.
1 parent bab01ca commit f1725b4

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)