mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-10 06:01:52 +00:00
Fix missing titlekey revision assignment
This commit is contained in:
parent
602507ee8f
commit
9a5bc05259
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ void tkey_set_master_key_rev(unsigned int master_key_rev) {
|
|||
if (master_key_rev >= MASTERKEY_REVISION_MAX) {
|
||||
generic_panic();
|
||||
}
|
||||
g_tkey_master_key_rev = master_key_rev;
|
||||
}
|
||||
|
||||
/* Reference for MGF1 can be found here: https://en.wikipedia.org/wiki/Mask_generation_function#MGF1 */
|
||||
|
|
Loading…
Reference in a new issue