1
0
Fork 0
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:
Pablo Curiel 2023-11-04 12:38:09 +01:00
parent b14ccf2037
commit 1445faf17f

View file

@ -230,7 +230,7 @@ bool keysDecryptRsaOaepWrappedTitleKey(const void *rsa_wrapped_titlekey, void *o
SCOPED_LOCK(&g_keysetMutex)
{
if (!g_keysetLoaded || !g_wipedSetCal) break;
if (!g_keysetLoaded || g_wipedSetCal) break;
size_t out_keydata_size = 0;
u8 out_keydata[RSA2048_BYTES] = {0};