forked from wolfSSL/wolfssl
fix to 3e9f8bc649
: (void)h
was a typo for correct (void)n
.
This commit is contained in:
@ -1376,6 +1376,7 @@ static int eccsi_mulmod_base_add(EccsiKey* key, const mp_int* n,
|
|||||||
err = NOT_COMPILED_IN;
|
err = NOT_COMPILED_IN;
|
||||||
}
|
}
|
||||||
(void)key;
|
(void)key;
|
||||||
|
(void)n;
|
||||||
(void)a;
|
(void)a;
|
||||||
(void)res;
|
(void)res;
|
||||||
(void)mp;
|
(void)mp;
|
||||||
|
Reference in New Issue
Block a user