mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-03 12:44:45 +02:00
Fix a mismatched decl and impl
This commit is contained in:
@@ -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;
|
int i;
|
||||||
word32 t[64];
|
word32 t[64];
|
||||||
|
Reference in New Issue
Block a user