mirror of
https://github.com/DarkMatterCore/nxdumptool.git
synced 2024-11-08 11:51:48 +00:00
I should really stop coding as soon as I arrive back home from work.
This commit is contained in:
parent
b14ccf2037
commit
1445faf17f
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ bool keysDecryptRsaOaepWrappedTitleKey(const void *rsa_wrapped_titlekey, void *o
|
||||||
|
|
||||||
SCOPED_LOCK(&g_keysetMutex)
|
SCOPED_LOCK(&g_keysetMutex)
|
||||||
{
|
{
|
||||||
if (!g_keysetLoaded || !g_wipedSetCal) break;
|
if (!g_keysetLoaded || g_wipedSetCal) break;
|
||||||
|
|
||||||
size_t out_keydata_size = 0;
|
size_t out_keydata_size = 0;
|
||||||
u8 out_keydata[RSA2048_BYTES] = {0};
|
u8 out_keydata[RSA2048_BYTES] = {0};
|
||||||
|
|
Loading…
Reference in a new issue