mirror of https://github.com/wolfSSL/wolfssl.git
Fix a mismatched decl and impl
parent
5e7cff71fd
commit
52ed047a44
|
@ -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];
|
||||
|
|
Loading…
Reference in New Issue