Merge pull request #11837 from brad0/aes_silence_warning

Silence AES warning
This commit is contained in:
Admiral H. Curtiss 2023-05-23 09:20:38 +02:00 committed by GitHub
commit df06ae2257
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,6 @@ private:
std::string m_device_name; std::string m_device_name;
std::unique_ptr<Common::AES::Context> m_aes_ctx{}; std::unique_ptr<Common::AES::Context> m_aes_ctx{};
u8 m_aes_key[0x10] = {};
u8 m_aes_iv[0x10] = {}; u8 m_aes_iv[0x10] = {};
ES::TMDReader m_tmd; ES::TMDReader m_tmd;