added PasswordHasher::initialize() to make libgcrypt warnings go away

This commit is contained in:
Max-Wilhelm Bruker
2013-01-12 18:05:08 +01:00
parent 2789116d03
commit 2deabebc7c
3 changed files with 11 additions and 0 deletions

View File

@@ -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)