diff options
| -rw-r--r-- | .gitmodules | 2 | ||||
| m--------- | externals/mbedtls | 0 | ||||
| -rw-r--r-- | src/core/crypto/aes_util.cpp | 2 |
3 files changed, 1 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 93ba9b930..a0a89933d 100644 --- a/.gitmodules +++ b/.gitmodules | |||
| @@ -27,7 +27,7 @@ | |||
| 27 | url = https://github.com/ReinUsesLisp/sirit | 27 | url = https://github.com/ReinUsesLisp/sirit |
| 28 | [submodule "mbedtls"] | 28 | [submodule "mbedtls"] |
| 29 | path = externals/mbedtls | 29 | path = externals/mbedtls |
| 30 | url = https://github.com/DarkLordZach/mbedtls | 30 | url = https://github.com/yuzu-emu/mbedtls |
| 31 | [submodule "libzip"] | 31 | [submodule "libzip"] |
| 32 | path = externals/libzip/libzip | 32 | path = externals/libzip/libzip |
| 33 | url = https://github.com/nih-at/libzip.git | 33 | url = https://github.com/nih-at/libzip.git |
diff --git a/externals/mbedtls b/externals/mbedtls | |||
| Subproject a280e602f3a4ae001d3a83cbc3e6e04c99c2227 | Subproject eac2416b8fdb2cb9c867a538100bf95326bad75 | ||
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> |