abouttreesummaryrefslogcommitdiff
path: root/examples/Decrypt.c
diff options
context:
space:
mode:
authorPatrick2023-09-13 22:01:42 +0200
committerPatrick2023-09-13 22:01:42 +0200
commitb231872efcb97e52856f5972efd161c6e9b03cd6 (patch)
tree24a1f20d8ad9135d97b62b72887d67615e6a897c /examples/Decrypt.c
parent504241758d7b832af61939beaf61b0e0574174c4 (diff)
downloadmatrix_esp_thesis-b231872efcb97e52856f5972efd161c6e9b03cd6.tar.gz
matrix_esp_thesis-b231872efcb97e52856f5972efd161c6e9b03cd6.zip
sync in verify
Diffstat (limited to 'examples/Decrypt.c')
-rw-r--r--examples/Decrypt.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/Decrypt.c b/examples/Decrypt.c
index fe305cc..ec320f0 100644
--- a/examples/Decrypt.c
+++ b/examples/Decrypt.c
@@ -53,10 +53,10 @@ main(void)
printf("event: %s\n", eventBuffer);
// verify
- char theirDeviceKey[DEVICE_KEY_SIZE];
- MatrixClientRequestDeviceKey(&client,
- DEVICE_ID,
- theirDeviceKey, DEVICE_KEY_SIZE);
+ // char theirDeviceKey[DEVICE_KEY_SIZE];
+ // MatrixClientRequestDeviceKey(&client,
+ // DEVICE_ID,
+ // theirDeviceKey, DEVICE_KEY_SIZE);
char transactionId[256];
GetLine(transactionId, 128);