diff options
Diffstat (limited to 'examples/Decrypt.c')
| -rw-r--r-- | examples/Decrypt.c | 8 |
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);
|
