about summary refs log tree commit diff stats
path: root/src/omemo/store.h
diff options
context:
space:
mode:
authorPaul Fariello <paul@fariello.eu>2019-06-07 23:44:26 +0200
committerPaul Fariello <paul@fariello.eu>2019-06-20 14:29:55 +0200
commit2604786cb6fcf1c541000a971c59d709ef12abf5 (patch)
tree9bdbf5169a1a57d585c9f04dcc7497dfd74ab879 /src/omemo/store.h
parent7c119aa9bf235b687fb79ebbd9ab10ce3ae3405f (diff)
downloadprofani-tty-2604786cb6fcf1c541000a971c59d709ef12abf5.tar.gz
Decrypt all incoming OMEMO msg
Trust all key as long as it's for reading. This code isn't multithread
safe.
Diffstat (limited to 'src/omemo/store.h')
-rw-r--r--src/omemo/store.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/omemo/store.h b/src/omemo/store.h
index fd52c0b9..f3a9274a 100644
--- a/src/omemo/store.h
+++ b/src/omemo/store.h
@@ -48,6 +48,7 @@ typedef struct {
    signal_buffer *private;
    uint32_t registration_id;
    GHashTable *trusted;
+   bool recv;
 } identity_key_store_t;
 
 GHashTable * session_store_new(void);