aboutsummaryrefslogtreecommitdiffstats
path: root/matrix-e2e.h
diff options
context:
space:
mode:
authorDr. David Alan Gilbert <dave@treblig.org>2017-02-05 18:58:02 +0000
committerDr. David Alan Gilbert <dave@treblig.org>2018-02-25 02:08:49 +0000
commit3b8e5996977b33a3523a6569648e74deb378f5bc (patch)
tree370fde33a9eb34fa0b3962828ac666d1f3df9876 /matrix-e2e.h
parent22274a84c0255cc39134bd06896d3518a66a38d4 (diff)
downloadpurple-matrix-3b8e5996977b33a3523a6569648e74deb378f5bc.tar.gz
e2e: Add matrix_sign_json
Given a JsonObject, produce a canonical json blob, sign it and add the signature back into the JsonObject. Signed-off-by: Dr. David Alan Gilbert <dave@treblig.org>
Diffstat (limited to 'matrix-e2e.h')
-rw-r--r--matrix-e2e.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/matrix-e2e.h b/matrix-e2e.h
index a2d8f9b..1ac190a 100644
--- a/matrix-e2e.h
+++ b/matrix-e2e.h
@@ -19,6 +19,8 @@
#ifndef MATRIX_E2E_H
#define MATRIX_E2E_H
+#include "matrix-connection.h"
+
typedef struct _MatrixE2EData MatrixE2EData;
#endif