Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJanek Bevendorff <janek@jbev.net>2018-01-06 19:06:51 +0300
committerJonathan White <support@dmapps.us>2018-01-13 22:24:57 +0300
commitccfd7a065c821b3075144f497ddff6b4c80598f1 (patch)
treeb5afccecd7d4aacd6f5c4decb581d64de63c6dd4 /tests/TestKeePass2RandomStream.cpp
parent54fb0d9bd331d6f5567360e772a4e1b44587a75b (diff)
Fix coding style and GUI test
Diffstat (limited to 'tests/TestKeePass2RandomStream.cpp')
-rw-r--r--tests/TestKeePass2RandomStream.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/TestKeePass2RandomStream.cpp b/tests/TestKeePass2RandomStream.cpp
index bef7af540..53852e82d 100644
--- a/tests/TestKeePass2RandomStream.cpp
+++ b/tests/TestKeePass2RandomStream.cpp
@@ -58,7 +58,7 @@ void TestKeePass2RandomStream::test()
}
- KeePass2RandomStream randomStream(KeePass2::Salsa20);
+ KeePass2RandomStream randomStream(KeePass2::ProtectedStreamAlgo::Salsa20);
bool ok;
QVERIFY(randomStream.init(key));
QByteArray randomStreamData;