aboutsummaryrefslogtreecommitdiff
path: root/lib/crypto/qolmmessage.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/qolmmessage.cpp
parent5c50f0ccadedbcb07d51dbac9b1d59c03a26af2f (diff)
downloadlibquotient-bc4ef60c29709a6f782f6e75e1f040f250fb8bd7.tar.gz
libquotient-bc4ef60c29709a6f782f6e75e1f040f250fb8bd7.zip
Ifdef E2EE out at cmake level
Diffstat (limited to 'lib/crypto/qolmmessage.cpp')
-rw-r--r--lib/crypto/qolmmessage.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/crypto/qolmmessage.cpp b/lib/crypto/qolmmessage.cpp
index ae98d52f..15008b75 100644
--- a/lib/crypto/qolmmessage.cpp
+++ b/lib/crypto/qolmmessage.cpp
@@ -2,7 +2,6 @@
//
// SPDX-License-Identifier: LGPL-2.1-or-later
-#ifdef Quotient_E2EE_ENABLED
#include "qolmmessage.h"
using namespace Quotient;
@@ -34,9 +33,3 @@ QOlmMessage QOlmMessage::fromCiphertext(const QByteArray &ciphertext)
{
return QOlmMessage(ciphertext, QOlmMessage::General);
}
-
-
-#endif // Quotient_E2EE_ENABLED
-
-
-