mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-05-10 10:35:17 -04:00
Merge branch 'develop' into feature/yubikey
This commit is contained in:
commit
e17576a6f7
30 changed files with 314 additions and 126 deletions
|
@ -301,7 +301,7 @@ bool KeePass2Reader::readHeaderField()
|
|||
break;
|
||||
|
||||
case KeePass2::TransformRounds:
|
||||
setTansformRounds(fieldData);
|
||||
setTransformRounds(fieldData);
|
||||
break;
|
||||
|
||||
case KeePass2::EncryptionIV:
|
||||
|
@ -382,7 +382,7 @@ void KeePass2Reader::setTransformSeed(const QByteArray& data)
|
|||
}
|
||||
}
|
||||
|
||||
void KeePass2Reader::setTansformRounds(const QByteArray& data)
|
||||
void KeePass2Reader::setTransformRounds(const QByteArray& data)
|
||||
{
|
||||
if (data.size() != 8) {
|
||||
raiseError("Invalid transform rounds size");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue