donau

Donation authority for GNU Taler (experimental)
Log | Files | Refs | Submodules | README | LICENSE

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

remove arrays in keys

Diffstat:
Msrc/donau/donau-httpd_keys.c | 11-----------
1 file changed, 0 insertions(+), 11 deletions(-)

diff --git a/src/donau/donau-httpd_keys.c b/src/donau/donau-httpd_keys.c @@ -269,17 +269,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. */