mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Fix fallback cn_slow_hash_allocate_state
This commit is contained in:
parent
51e7a4178e
commit
bbebc092cc
1 changed files with 1 additions and 1 deletions
|
@ -1443,7 +1443,7 @@ void cn_slow_hash(const void *data, size_t length, char *hash, int variant, int
|
|||
#else
|
||||
// Portable implementation as a fallback
|
||||
|
||||
void slow_hash_allocate_state(void)
|
||||
void cn_slow_hash_allocate_state(void)
|
||||
{
|
||||
// Do nothing, this is just to maintain compatibility with the upgraded slow-hash.c
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue