Merge pull request #6034 from Morph1984/mbedtls

externals: Update mbedtls to 2.16.9
This commit is contained in:
bunnei 2021-03-05 15:48:28 -08:00 committed by GitHub
commit 9d010be483
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 4 deletions

View file

@ -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>