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;
|
||||
}
|
||||
(void)key;
|
||||
(void)n;
|
||||
(void)a;
|
||||
(void)res;
|
||||
(void)mp;
|
||||
|
Reference in New Issue
Block a user