summary refs log tree commit diff
path: root/src/encryption/DeviceVerificationFlow.h
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2022-06-18 01:35:30 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2022-06-18 02:31:01 +0200
commit35ff02ce485f42d4ab74298048f50cffb84db472 (patch)
tree245f7efa81f7417872263159358d72ccd6c6871e /src/encryption/DeviceVerificationFlow.h
parentSupport the knock_restricted rule (diff)
downloadnheko-35ff02ce485f42d4ab74298048f50cffb84db472.tar.xz
Remove a few more headers
Diffstat (limited to 'src/encryption/DeviceVerificationFlow.h')
-rw-r--r--src/encryption/DeviceVerificationFlow.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/encryption/DeviceVerificationFlow.h b/src/encryption/DeviceVerificationFlow.h

index 1955fab3..7968b739 100644 --- a/src/encryption/DeviceVerificationFlow.h +++ b/src/encryption/DeviceVerificationFlow.h
@@ -8,7 +8,6 @@ #include <QObject> #include <mtx/responses/crypto.hpp> -#include <nlohmann/json.hpp> #include "CacheCryptoStructs.h" #include "Logging.h" @@ -211,7 +210,7 @@ private: sas_ptr sas; std::string mac_method; std::string commitment; - nlohmann::json canonical_json; + std::string canonical_json; std::vector<int> sasList; UserKeyCache their_keys;