From 1445faf17f1baaf74486dccd31789888382eb523 Mon Sep 17 00:00:00 2001 From: Pablo Curiel Date: Sat, 4 Nov 2023 12:38:09 +0100 Subject: [PATCH] I should really stop coding as soon as I arrive back home from work. --- source/core/keys.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/core/keys.c b/source/core/keys.c index 278e362..ee9dfef 100644 --- a/source/core/keys.c +++ b/source/core/keys.c @@ -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};