mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-17 14:27:32 +01:00
aes_util: Remove malformed mbedtls_cipher_finish function call
This commit is contained in:
parent
6faabd6d69
commit
96c9e67b1b
@ -105,8 +105,6 @@ void AESCipher<Key, KeySize>::Transcode(const u8* src, std::size_t size, u8* des
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
mbedtls_cipher_finish(context, nullptr, nullptr);
|
||||
}
|
||||
|
||||
template <typename Key, std::size_t KeySize>
|
||||
|
Loading…
Reference in New Issue
Block a user