mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-31 10:39:14 -04:00
Initalize SymmetricCipherGcrypt::m_blockSize.
This commit is contained in:
parent
d182586557
commit
e99e3ae6ca
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ SymmetricCipherGcrypt::SymmetricCipherGcrypt(SymmetricCipher::Algorithm algo, Sy
|
|||
: m_algo(gcryptAlgo(algo))
|
||||
, m_mode(gcryptMode(mode))
|
||||
, m_direction(direction)
|
||||
, m_blockSize(-1)
|
||||
{
|
||||
Q_ASSERT(Crypto::initalized());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue