mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-05-02 22:54:59 -04:00
Fix test compilation errors
* Use legacy AES-KDF mode for KeePass1Reader
This commit is contained in:
parent
824607080a
commit
90380adc90
3 changed files with 8 additions and 9 deletions
|
@ -110,7 +110,7 @@ void TestKeePass1Reader::testBasic()
|
|||
void TestKeePass1Reader::testMasterKey()
|
||||
{
|
||||
QVERIFY(m_db->hasKey());
|
||||
QCOMPARE(m_db->kdf()->rounds(), static_cast<quint64>(713));
|
||||
QCOMPARE(m_db->kdf()->rounds(), 713);
|
||||
}
|
||||
|
||||
void TestKeePass1Reader::testCustomIcons()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue