Merge pull request #6 from pontius/cpumine
void function cannot return value
This commit is contained in:
commit
f482cefff1
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);
|
||||
|
||||
return PBKDF2_SHA256_128_32(tstate, ostate, X, output);
|
||||
PBKDF2_SHA256_128_32(tstate, ostate, X, output);
|
||||
}
|
||||
|
||||
#if SCRYPT_MAX_WAYS >= 2
|
||||
|
|
Loading…
Reference in a new issue