aboutsummaryrefslogtreecommitdiff
path: root/lib/crypto/qolmaccount.cpp
diff options
context:
space:
mode:
authorTobias Fella <fella@posteo.de>2021-03-22 16:32:21 +0100
committerTobias Fella <fella@posteo.de>2021-12-01 21:34:52 +0100
commitbc4ef60c29709a6f782f6e75e1f040f250fb8bd7 (patch)
treed0b5a51398cc424885e8ee4365e393e860c7b634 /lib/crypto/qolmaccount.cpp
parent5c50f0ccadedbcb07d51dbac9b1d59c03a26af2f (diff)
downloadlibquotient-bc4ef60c29709a6f782f6e75e1f040f250fb8bd7.tar.gz
libquotient-bc4ef60c29709a6f782f6e75e1f040f250fb8bd7.zip
Ifdef E2EE out at cmake level
Diffstat (limited to 'lib/crypto/qolmaccount.cpp')
-rw-r--r--lib/crypto/qolmaccount.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/crypto/qolmaccount.cpp b/lib/crypto/qolmaccount.cpp
index 0f354d3e..4f007e2f 100644
--- a/lib/crypto/qolmaccount.cpp
+++ b/lib/crypto/qolmaccount.cpp
@@ -2,7 +2,6 @@
//
// SPDX-License-Identifier: LGPL-2.1-or-later
-#ifdef Quotient_E2EE_ENABLED
#include "qolmaccount.h"
#include "connection.h"
#include "csapi/keys.h"
@@ -318,5 +317,3 @@ bool Quotient::ed25519VerifySignature(const QString &signingKey,
return std::get<bool>(result);
}
-
-#endif