mirror of
https://github.com/jakcron/nstool
synced 2024-11-15 02:06:40 +00:00
Fix bug where mNcaKeyAreaEncryptionKeyHw wasn't initialised properly.
This commit is contained in:
parent
bbdb41ece2
commit
1a575e947a
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ void KeyConfiguration::clearGeneralKeyConfiguration()
|
|||
for (size_t j = 0; j < kNcaKeakNum; j++)
|
||||
{
|
||||
mNcaKeyAreaEncryptionKey[j][i] = kNullAesKey;
|
||||
mNcaKeyAreaEncryptionKey[j][i] = kNullAesKey;
|
||||
mNcaKeyAreaEncryptionKeyHw[j][i] = kNullAesKey;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue