diff options
| author | 2021-03-05 15:48:28 -0800 | |
|---|---|---|
| committer | 2021-03-05 15:48:28 -0800 | |
| commit | 9d010be4837cc88e28c700f640c1c101092d482a (patch) | |
| tree | 5dd4ec29153cc8a9a8f932114ac24bfa9f1289ea /src/core/crypto/aes_util.cpp | |
| parent | Merge pull request #6006 from bunnei/fiber-unique-ptr (diff) | |
| parent | aes_util: Remove malformed mbedtls_cipher_finish function call (diff) | |
| download | yuzu-9d010be4837cc88e28c700f640c1c101092d482a.tar.gz yuzu-9d010be4837cc88e28c700f640c1c101092d482a.tar.xz yuzu-9d010be4837cc88e28c700f640c1c101092d482a.zip | |
Merge pull request #6034 from Morph1984/mbedtls
externals: Update mbedtls to 2.16.9
Diffstat (limited to 'src/core/crypto/aes_util.cpp')
| -rw-r--r-- | src/core/crypto/aes_util.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/crypto/aes_util.cpp b/src/core/crypto/aes_util.cpp index 6a9734812..cb7506241 100644 --- a/src/core/crypto/aes_util.cpp +++ b/src/core/crypto/aes_util.cpp | |||
| @@ -105,8 +105,6 @@ void AESCipher<Key, KeySize>::Transcode(const u8* src, std::size_t size, u8* des | |||
| 105 | } | 105 | } |
| 106 | } | 106 | } |
| 107 | } | 107 | } |
| 108 | |||
| 109 | mbedtls_cipher_finish(context, nullptr, nullptr); | ||
| 110 | } | 108 | } |
| 111 | 109 | ||
| 112 | template <typename Key, std::size_t KeySize> | 110 | template <typename Key, std::size_t KeySize> |