Skip to content

Commit

Permalink
I should really stop coding as soon as I arrive back home from work.
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkMatterCore committed Nov 4, 2023
1 parent b14ccf2 commit 1445faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/core/keys.c
Original file line number Diff line number Diff line change
Expand Up @@ -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};
Expand Down

0 comments on commit 1445faf

Please sign in to comment.