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