mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-07-01 07:02:15 +02:00
Fix missing titlekey revision assignment
This commit is contained in:
parent
602507ee8f
commit
9a5bc05259
@ -22,6 +22,7 @@ void tkey_set_master_key_rev(unsigned int master_key_rev) {
|
|||||||
if (master_key_rev >= MASTERKEY_REVISION_MAX) {
|
if (master_key_rev >= MASTERKEY_REVISION_MAX) {
|
||||||
generic_panic();
|
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 */
|
/* Reference for MGF1 can be found here: https://en.wikipedia.org/wiki/Mask_generation_function#MGF1 */
|
||||||
|
Loading…
Reference in New Issue
Block a user