mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-01-17 15:32:11 -08:00
added PasswordHasher::initialize() to make libgcrypt warnings go away
This commit is contained in:
@@ -157,6 +157,8 @@ int main(int argc, char *argv[])
|
||||
std::cerr << "Servatrice " << VERSION_STRING << " starting." << std::endl;
|
||||
std::cerr << "-------------------------" << std::endl;
|
||||
|
||||
PasswordHasher::initialize();
|
||||
|
||||
if (testRandom)
|
||||
testRNG();
|
||||
if (testHashFunction)
|
||||
|
||||
Reference in New Issue
Block a user