Fix fallback cn_slow_hash_allocate_state

This commit is contained in:
orklemerkle 2021-11-06 14:42:09 +00:00
parent 51e7a4178e
commit bbebc092cc

View file

@ -1443,7 +1443,7 @@ void cn_slow_hash(const void *data, size_t length, char *hash, int variant, int
#else #else
// Portable implementation as a fallback // 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 // Do nothing, this is just to maintain compatibility with the upgraded slow-hash.c
return; return;