summary refs log tree commit diff
path: root/src/encryption/DeviceVerificationFlow.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/encryption/DeviceVerificationFlow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/encryption/DeviceVerificationFlow.h b/src/encryption/DeviceVerificationFlow.h

index 7968b739..a4dce236 100644 --- a/src/encryption/DeviceVerificationFlow.h +++ b/src/encryption/DeviceVerificationFlow.h
@@ -222,6 +222,8 @@ private: bool isMacVerified = false; + bool keySent = false, macSent = false, acceptSent = false, startSent = false; + template<typename T> void send(T msg) {