fix compiler warning when compiling with GMP_DESC

This commit is contained in:
Steffen Jaeckel 2014-09-10 16:16:46 +02:00
parent f597f29ece
commit afaef3993c

View File

@ -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)