Valide the 4S private key before using it

This commit is contained in:
manuroe
2021-06-16 15:31:39 +02:00
parent b436c3c349
commit ee315c9d9f
2 changed files with 22 additions and 12 deletions

View File

@@ -126,13 +126,13 @@ TableViewSectionsDelegate>
UIViewController *pushedViewController;
SettingsSecureBackupTableViewSection *secureBackupSection;
KeyBackupSetupCoordinatorBridgePresenter *keyBackupSetupCoordinatorBridgePresenter;
#ifdef CROSS_SIGNING_AND_BACKUP_DEV
SettingsKeyBackupTableViewSection *keyBackupSection;
#endif
KeyBackupSetupCoordinatorBridgePresenter *keyBackupSetupCoordinatorBridgePresenter;
KeyBackupRecoverCoordinatorBridgePresenter *keyBackupRecoverCoordinatorBridgePresenter;
SecretsRecoveryCoordinatorBridgePresenter *secretsRecoveryCoordinatorBridgePresenter;
}