Fix a mismatched decl and impl

pull/5469/head
Anthony Hu 2022-08-15 12:13:05 -04:00
parent 5e7cff71fd
commit 52ed047a44
1 changed files with 1 additions and 1 deletions

View File

@ -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];