From b231872efcb97e52856f5972efd161c6e9b03cd6 Mon Sep 17 00:00:00 2001 From: Patrick Date: Wed, 13 Sep 2023 22:01:42 +0200 Subject: sync in verify --- examples/Decrypt.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '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); -- cgit v1.2.3