aes_util: Remove malformed mbedtls_cipher_finish function call

master
Morph 2021-03-05 01:25:30 +07:00
parent 6faabd6d69
commit 96c9e67b1b
1 changed files with 0 additions and 2 deletions

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