X-Git-Url: https://gitweb.ps.run/matrix_esp_thesis/blobdiff_plain/504241758d7b832af61939beaf61b0e0574174c4..b231872efcb97e52856f5972efd161c6e9b03cd6:/examples/Decrypt.c 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);