aes_util: Remove malformed mbedtls_cipher_finish function call
This commit is contained in:
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>
|
template <typename Key, std::size_t KeySize>
|
||||||
|
|
Loading…
Reference in a new issue