diff --git a/wolfcrypt/src/ge_low_mem.c b/wolfcrypt/src/ge_low_mem.c index 34ac45e46..2076afce6 100644 --- a/wolfcrypt/src/ge_low_mem.c +++ b/wolfcrypt/src/ge_low_mem.c @@ -176,7 +176,7 @@ static void barrett_reduce(word32* r, word32 x[64]) } -void sc_reduce(unsigned char x[64]) +void sc_reduce(unsigned char *x) { int i; word32 t[64];