Removing Warning

This commit is contained in:
Paulo Alfaiate
2024-03-18 18:29:11 +00:00
committed by Levi Akatsuki
parent 5e9a855f1e
commit e9eb3f3799
7 changed files with 30 additions and 25 deletions

View File

@@ -312,7 +312,7 @@ private:
RSAKeyPair<2048> eticket_rsa_keypair{};
bool dev_mode;
void LoadFromFile(const std::filesystem::path& file_path, bool is_title_keys);
void LoadFromFile(const std::filesystem::path& file_path, int key_type);
void DeriveGeneralPurposeKeys(std::size_t crypto_revision);