mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
added PasswordHasher::initialize() to make libgcrypt warnings go away
This commit is contained in:
parent
2789116d03
commit
2deabebc7c
3 changed files with 11 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue