gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-donau] branch master updated: remove arrays in keys


From: gnunet
Subject: [taler-donau] branch master updated: remove arrays in keys
Date: Wed, 20 Mar 2024 14:40:33 +0100

This is an automated email from the git hooks/post-receive script.

johannes-casaburi pushed a commit to branch master
in repository donau.

The following commit(s) were added to refs/heads/master by this push:
     new 44ceef6  remove arrays in keys
44ceef6 is described below

commit 44ceef6a0a93cfcfedc76c4e210e9911b25c1910
Author: Casaburi Johannes <johannes.casaburi@students.bfh.ch>
AuthorDate: Wed Mar 20 14:39:59 2024 +0100

    remove arrays in keys
---
 src/donau/donau-httpd_keys.c | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/src/donau/donau-httpd_keys.c b/src/donau/donau-httpd_keys.c
index 3f05a9b..0e6728c 100644
--- a/src/donau/donau-httpd_keys.c
+++ b/src/donau/donau-httpd_keys.c
@@ -268,17 +268,6 @@ struct DH_KeyStateHandle
    */
   struct GNUNET_CONTAINER_MultiPeerMap *signkey_map;
 
-  /**
-   * Sorted array of responses to /keys (MUST be sorted by cherry-picking 
date) of
-   * length @e krd_array_length;
-   */
-  struct KeysResponseData *krd_array;
-
-  /**
-   * Length of the @e krd_array.
-   */
-  unsigned int krd_array_length;
-
   /**
    * Information we track for the crypto helpers.  Preserved
    * when the @e key_generation changes, thus kept separate.

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]