mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-25 06:25:56 +03:00
Merge pull request #3827 from nextcloud/bugfix/dont-log-encryption
Don't log encryption data in release mode
This commit is contained in:
commit
6f03a9ffe1
1 changed files with 0 additions and 1 deletions
|
@ -1667,7 +1667,6 @@ bool EncryptionHelper::fileEncryption(const QByteArray &key, const QByteArray &i
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
qCDebug(lcCse) << "Encrypting " << data;
|
|
||||||
if(!EVP_EncryptUpdate(ctx, unsignedData(out), &len, (unsigned char *)data.constData(), data.size())) {
|
if(!EVP_EncryptUpdate(ctx, unsignedData(out), &len, (unsigned char *)data.constData(), data.size())) {
|
||||||
qCInfo(lcCse()) << "Could not encrypt";
|
qCInfo(lcCse()) << "Could not encrypt";
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in a new issue