From cf23fb45ba1738a875355cc7802403659aa84fac Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Wed, 19 Jan 2022 01:15:10 +0100 Subject: [PATCH] Victim init in the core 1 Signed-off-by: Pol Henarejos --- openpgp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/openpgp.c b/openpgp.c index 298764b..82b939d 100644 --- a/openpgp.c +++ b/openpgp.c @@ -119,6 +119,7 @@ gpg_init (void) gpg_data_scan (flash_do_start, flash_do_end); flash_key_storage_init (); + multicore_lockout_victim_init(); } static void