diff options
author | Tobias Fella <fella@posteo.de> | 2022-02-07 21:48:07 +0100 |
---|---|---|
committer | Tobias Fella <fella@posteo.de> | 2022-02-07 21:48:07 +0100 |
commit | 7b5edb737522b03d4f697e0e09f1771ad5edef89 (patch) | |
tree | d102afda7ea49f7e51d4694e825d914a2ca8edef /lib/e2ee/qolminboundsession.cpp | |
parent | 4837fd6de188b849a5d11de6791ba844398ce415 (diff) | |
download | libquotient-7b5edb737522b03d4f697e0e09f1771ad5edef89.tar.gz libquotient-7b5edb737522b03d4f697e0e09f1771ad5edef89.zip |
Remove encryptionmanager and various fixes
Diffstat (limited to 'lib/e2ee/qolminboundsession.cpp')
-rw-r--r-- | lib/e2ee/qolminboundsession.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/e2ee/qolminboundsession.cpp b/lib/e2ee/qolminboundsession.cpp index 9bc80eef..2e9cc716 100644 --- a/lib/e2ee/qolminboundsession.cpp +++ b/lib/e2ee/qolminboundsession.cpp @@ -4,6 +4,8 @@ #include "e2ee/qolminboundsession.h" #include <iostream> +#include <cstring> + using namespace Quotient; QOlmError lastError(OlmInboundGroupSession *session) { |