From 5122725420c5cbf90f4f22e55b56362d59c66aaa Mon Sep 17 00:00:00 2001 From: TheJackiMonster Date: Wed, 15 Nov 2023 01:59:14 +0100 Subject: Fix build issues with upstream gnunet Signed-off-by: TheJackiMonster --- src/gnunet_chat_context.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gnunet_chat_context.c') 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 @@ /* This file is part of GNUnet. - Copyright (C) 2021--2022 GNUnet e.V. + Copyright (C) 2021--2023 GNUnet e.V. GNUnet is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published @@ -273,7 +273,7 @@ context_write_records (struct GNUNET_CHAT_Context *context) (context->handle) && (context->room)); - const struct GNUNET_IDENTITY_PrivateKey *zone = handle_get_key( + const struct GNUNET_CRYPTO_PrivateKey *zone = handle_get_key( context->handle ); -- cgit v1.2.3