summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/lecmacverifier.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/lecmacverifier.cpp')
-rw-r--r--src/bluetooth/lecmacverifier.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bluetooth/lecmacverifier.cpp b/src/bluetooth/lecmacverifier.cpp
index f8ded361..23db951c 100644
--- a/src/bluetooth/lecmacverifier.cpp
+++ b/src/bluetooth/lecmacverifier.cpp
@@ -163,6 +163,9 @@ bool LeCmacVerifier::verify(const QByteArray &message, const quint128 &csrk,
}
return true;
#else // CONFIG_LINUX_CRYPTO_API
+ Q_UNUSED(message);
+ Q_UNUSED(csrk);
+ Q_UNUSED(expectedMac);
qCWarning(QT_BT_BLUEZ) << "CMAC verification failed due to missing Linux crypto API.";
return false;
#endif