Fix build with mallocng.

This commit is contained in:
John Preston
2021-05-17 13:12:22 +04:00
parent 8e02c50f7d
commit fbe4e3f0ec
4 changed files with 16 additions and 12 deletions
+1 -1
View File
@@ -538,7 +538,7 @@ QString countAlphaVersionSignature(quint64 version) { // duplicated in autoupdat
uint32 siglen = 0;
RSA *prKey = [] {
RSA *prKey = [&] {
const auto bio = makeBIO(
const_cast<char*>(cAlphaPrivateKey.constData()),
-1);