diff options
| author | Patrick | 2023-09-13 22:01:42 +0200 |
|---|---|---|
| committer | Patrick | 2023-09-13 22:01:42 +0200 |
| commit | b231872efcb97e52856f5972efd161c6e9b03cd6 (patch) | |
| tree | 24a1f20d8ad9135d97b62b72887d67615e6a897c /examples | |
| parent | 504241758d7b832af61939beaf61b0e0574174c4 (diff) | |
| download | matrix_esp_thesis-b231872efcb97e52856f5972efd161c6e9b03cd6.tar.gz matrix_esp_thesis-b231872efcb97e52856f5972efd161c6e9b03cd6.zip | |
sync in verify
Diffstat (limited to 'examples')
| -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);
|
