]> gitweb.ps.run Git - matrix_esp_thesis/blobdiff - examples/Decrypt.c
sync in verify
[matrix_esp_thesis] / examples / Decrypt.c
index fe305cc6de0788191a6ff868d3de57b96fe94206..ec320f00db6631c0a3eff988ff910d77edbc8f44 100644 (file)
@@ -53,10 +53,10 @@ main(void)
     printf("event: %s\n", eventBuffer);\r
 \r
     // verify\r
     printf("event: %s\n", eventBuffer);\r
 \r
     // verify\r
-    char theirDeviceKey[DEVICE_KEY_SIZE];\r
-    MatrixClientRequestDeviceKey(&client,\r
-        DEVICE_ID,\r
-        theirDeviceKey, DEVICE_KEY_SIZE);\r
+    // char theirDeviceKey[DEVICE_KEY_SIZE];\r
+    // MatrixClientRequestDeviceKey(&client,\r
+    //     DEVICE_ID,\r
+    //     theirDeviceKey, DEVICE_KEY_SIZE);\r
     \r
     char transactionId[256];\r
     GetLine(transactionId, 128);\r
     \r
     char transactionId[256];\r
     GetLine(transactionId, 128);\r