aboutsummaryrefslogtreecommitdiff
path: root/lib/crypto/qolmutils.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/qolmutils.h
parent5c50f0ccadedbcb07d51dbac9b1d59c03a26af2f (diff)
downloadlibquotient-bc4ef60c29709a6f782f6e75e1f040f250fb8bd7.tar.gz
libquotient-bc4ef60c29709a6f782f6e75e1f040f250fb8bd7.zip
Ifdef E2EE out at cmake level
Diffstat (limited to 'lib/crypto/qolmutils.h')
-rw-r--r--lib/crypto/qolmutils.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/crypto/qolmutils.h b/lib/crypto/qolmutils.h
index 11e9f3cc..8b1c01ce 100644
--- a/lib/crypto/qolmutils.h
+++ b/lib/crypto/qolmutils.h
@@ -3,7 +3,6 @@
// SPDX-License-Identifier: LGPL-2.1-or-later
#pragma once
-#ifdef Quotient_E2EE_ENABLED
#include <QByteArray>
@@ -14,4 +13,3 @@ namespace Quotient {
QByteArray toKey(const PicklingMode &mode);
QByteArray getRandom(size_t bufferSize);
}
-#endif