mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2025-01-03 19:14:44 +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. */
|
/* See if this is the correct key. */
|
||||||
if (validate_package2_metadata(&metadata)) {
|
if (validate_package2_metadata(&metadata)) {
|
||||||
header->metadata = metadata;
|
header->metadata = metadata;
|
||||||
break;
|
return mkey_rev;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue