aboutsummaryrefslogtreecommitdiff
path: root/src/gnunet_chat_context.c
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2023-11-15 01:59:14 +0100
committerTheJackiMonster <thejackimonster@gmail.com>2023-11-15 01:59:14 +0100
commit5122725420c5cbf90f4f22e55b56362d59c66aaa (patch)
tree7235cb0ab5451c27819bb029c51453df28024e28 /src/gnunet_chat_context.c
parent3ed9d9a4dba82db276aa6a7f9bd553ad19c296d3 (diff)
downloadlibgnunetchat-5122725420c5cbf90f4f22e55b56362d59c66aaa.tar.gz
libgnunetchat-5122725420c5cbf90f4f22e55b56362d59c66aaa.zip
Fix build issues with upstream gnunet
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
Diffstat (limited to 'src/gnunet_chat_context.c')
-rw-r--r--src/gnunet_chat_context.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gnunet_chat_context.c b/src/gnunet_chat_context.c
index 961de47..a24dd36 100644
--- a/src/gnunet_chat_context.c
+++ b/src/gnunet_chat_context.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 Copyright (C) 2021--2022 GNUnet e.V. 3 Copyright (C) 2021--2023 GNUnet e.V.
4 4
5 GNUnet is free software: you can redistribute it and/or modify it 5 GNUnet is free software: you can redistribute it and/or modify it
6 under the terms of the GNU Affero General Public License as published 6 under the terms of the GNU Affero General Public License as published
@@ -273,7 +273,7 @@ context_write_records (struct GNUNET_CHAT_Context *context)
273 (context->handle) && 273 (context->handle) &&
274 (context->room)); 274 (context->room));
275 275
276 const struct GNUNET_IDENTITY_PrivateKey *zone = handle_get_key( 276 const struct GNUNET_CRYPTO_PrivateKey *zone = handle_get_key(
277 context->handle 277 context->handle
278 ); 278 );
279 279