mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-20 18:56:07 -05:00
Formatting and consistency fixes
This commit is contained in:
parent
4592de8fb6
commit
61c4fe8992
6 changed files with 29 additions and 43 deletions
|
|
@ -57,7 +57,7 @@ CryptoHash::CryptoHash(Algorithm algo, bool hmac)
|
|||
}
|
||||
|
||||
gcry_error_t error = gcry_md_open(&d->ctx, algoGcrypt, flagsGcrypt);
|
||||
if (error) {
|
||||
if (error != GPG_ERR_NO_ERROR) {
|
||||
qWarning("Gcrypt error (ctor): %s", gcry_strerror(error));
|
||||
qWarning("Gcrypt error (ctor): %s", gcry_strsource(error));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue