void function cannot return value
This commit is contained in:
parent
4aafcadbd2
commit
f1215cb75c
1 changed files with 1 additions and 1 deletions
2
scrypt.c
2
scrypt.c
|
@ -530,7 +530,7 @@ static void scrypt_1024_1_1_256_sp(const uint32_t *input, uint32_t *output,
|
||||||
|
|
||||||
scrypt_core(X, V);
|
scrypt_core(X, V);
|
||||||
|
|
||||||
return PBKDF2_SHA256_128_32(tstate, ostate, X, output);
|
PBKDF2_SHA256_128_32(tstate, ostate, X, output);
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef SCRYPT_3WAY
|
#ifdef SCRYPT_3WAY
|
||||||
|
|
Loading…
Reference in a new issue