1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-01-23 14:52:52 -05:00

#1150 Fixed argon2 header conflict.

This commit is contained in:
XMRig
2019-10-01 01:18:22 +07:00
parent f60118ee79
commit 158d2e4302
5 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
#ifndef ENCODING_H
#define ENCODING_H
#include "argon2.h"
#include "3rdparty/argon2.h"
#define ARGON2_MAX_DECODED_LANES UINT32_C(255)
#define ARGON2_MIN_DECODED_SALT_LEN UINT32_C(8)