Merge pull request #11837 from brad0/aes_silence_warning
Silence AES warning
This commit is contained in:
commit
df06ae2257
|
@ -51,7 +51,6 @@ private:
|
|||
std::string m_device_name;
|
||||
|
||||
std::unique_ptr<Common::AES::Context> m_aes_ctx{};
|
||||
u8 m_aes_key[0x10] = {};
|
||||
u8 m_aes_iv[0x10] = {};
|
||||
|
||||
ES::TMDReader m_tmd;
|
||||
|
|
Loading…
Reference in New Issue