aboutsummaryrefslogtreecommitdiff
path: root/lib/crypto/qolmaccount.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/crypto/qolmaccount.h')
-rw-r--r--lib/crypto/qolmaccount.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/crypto/qolmaccount.h b/lib/crypto/qolmaccount.h
index de78a8af..1e198687 100644
--- a/lib/crypto/qolmaccount.h
+++ b/lib/crypto/qolmaccount.h
@@ -1,8 +1,8 @@
// SPDX-FileCopyrightText: 2021 Carl Schwan <carlschwan@kde.org>
//
// SPDX-License-Identifier: LGPL-2.1-or-later
+
#pragma once
-#ifdef Quotient_E2EE_ENABLED
#include "csapi/keys.h"
#include "crypto/e2ee.h"
@@ -111,5 +111,3 @@ bool ed25519VerifySignature(const QString &signingKey,
const QString &signature);
} // namespace Quotient
-
-#endif