fix compiler warning when compiling with GMP_DESC
This commit is contained in:
parent
f597f29ece
commit
afaef3993c
@ -430,6 +430,7 @@ static int montgomery_reduce(void *a, void *b, void *c)
|
||||
/* clean up */
|
||||
static void montgomery_deinit(void *a)
|
||||
{
|
||||
LTC_UNUSED_PARAM(a);
|
||||
}
|
||||
|
||||
static int exptmod(void *a, void *b, void *c, void *d)
|
||||
|
Loading…
Reference in New Issue
Block a user