aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-tng.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/gnunet-service-tng.c')
-rw-r--r--src/transport/gnunet-service-tng.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/transport/gnunet-service-tng.c b/src/transport/gnunet-service-tng.c
index 5f3178939..baefdfa88 100644
--- a/src/transport/gnunet-service-tng.c
+++ b/src/transport/gnunet-service-tng.c
@@ -329,19 +329,6 @@ struct AcknowledgementUUIDP
329 struct GNUNET_Uuid value; 329 struct GNUNET_Uuid value;
330}; 330};
331 331
332
333/**
334 * Type of a nonce used for challenges.
335 */
336struct ChallengeNonceP
337{
338 /**
339 * The value of the nonce. Note that this is NOT a hash.
340 */
341 struct GNUNET_ShortHashCode value;
342};
343
344
345/** 332/**
346 * Outer layer of an encapsulated backchannel message. 333 * Outer layer of an encapsulated backchannel message.
347 */ 334 */