mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 04:53:25 +02:00
spacing
This commit is contained in:
parent
115bc27557
commit
57ec73bb13
1 changed files with 2 additions and 4 deletions
|
@ -2553,8 +2553,7 @@ bool EntityItemProperties::verifySignature(const QString& publicKey, const QByte
|
||||||
EVP_PKEY_free(evp_key);
|
EVP_PKEY_free(evp_key);
|
||||||
}
|
}
|
||||||
return answer;
|
return answer;
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
if (bio) {
|
if (bio) {
|
||||||
BIO_free(bio);
|
BIO_free(bio);
|
||||||
}
|
}
|
||||||
|
@ -2566,8 +2565,7 @@ bool EntityItemProperties::verifySignature(const QString& publicKey, const QByte
|
||||||
qCWarning(entities) << "Failed to verify signature! key" << publicKey << " EC key error:" << error_str;
|
qCWarning(entities) << "Failed to verify signature! key" << publicKey << " EC key error:" << error_str;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
if (bio) {
|
if (bio) {
|
||||||
BIO_free(bio);
|
BIO_free(bio);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue