Core/Crypto: Rename our Argon2 to avoid possible conflict with library file on some configurations

(cherry picked from commit 4f6b49cccf)
This commit is contained in:
Shauren
2024-06-02 00:18:33 +02:00
parent 857d0b2c27
commit 9d945f0db0
3 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@
#include "SecretMgr.h"
#include "AES.h"
#include "Argon2.h"
#include "Argon2Hash.h"
#include "Config.h"
#include "CryptoGenerics.h"
#include "DatabaseEnv.h"