mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-10 06:01:52 +00:00
Properly detect PK21 master key rev.
This commit is contained in:
parent
205d3b8b80
commit
9553c69c8f
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ static uint32_t decrypt_and_validate_header(package2_header_t *header) {
|
|||
/* See if this is the correct key. */
|
||||
if (validate_package2_metadata(&metadata)) {
|
||||
header->metadata = metadata;
|
||||
break;
|
||||
return mkey_rev;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue