aboutsummaryrefslogtreecommitdiff
path: root/lib/crypto/qolminboundsession.h
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/qolminboundsession.h
parent5c50f0ccadedbcb07d51dbac9b1d59c03a26af2f (diff)
downloadlibquotient-bc4ef60c29709a6f782f6e75e1f040f250fb8bd7.tar.gz
libquotient-bc4ef60c29709a6f782f6e75e1f040f250fb8bd7.zip
Ifdef E2EE out at cmake level
Diffstat (limited to 'lib/crypto/qolminboundsession.h')
-rw-r--r--lib/crypto/qolminboundsession.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/crypto/qolminboundsession.h b/lib/crypto/qolminboundsession.h
index 6af71cbd..36ab4942 100644
--- a/lib/crypto/qolminboundsession.h
+++ b/lib/crypto/qolminboundsession.h
@@ -4,8 +4,6 @@
#pragma once
-#ifdef Quotient_E2EE_ENABLED
-
#include <QByteArray>
#include <variant>
#include <memory>
@@ -48,4 +46,3 @@ private:
using QOlmInboundGroupSessionPtr = std::unique_ptr<QOlmInboundGroupSession>;
using OlmInboundGroupSessionPtr = std::unique_ptr<OlmInboundGroupSession>;
} // namespace Quotient
-#endif