mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-17 18:50:56 -04:00
Merge branch 'master' into develop
This commit is contained in:
commit
28ad6ed552
24 changed files with 254 additions and 264 deletions
|
@ -88,6 +88,8 @@ bool SymmetricCipherGcrypt::init()
|
|||
|
||||
gcry_error_t error;
|
||||
|
||||
if(m_ctx != nullptr)
|
||||
gcry_cipher_close(m_ctx);
|
||||
error = gcry_cipher_open(&m_ctx, m_algo, m_mode, 0);
|
||||
if (error != 0) {
|
||||
setErrorString(error);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue