aboutsummaryrefslogtreecommitdiff
path: root/src/include/block_gns.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/block_gns.h')
-rw-r--r--src/include/block_gns.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/include/block_gns.h b/src/include/block_gns.h
index 2f864f4d3..21f0b097c 100644
--- a/src/include/block_gns.h
+++ b/src/include/block_gns.h
@@ -39,14 +39,16 @@ struct GNSNameRecordBlock
39 /** 39 /**
40 * The public key of the authority 40 * The public key of the authority
41 */ 41 */
42 struct GNUNET_CRYPTO_EccPublicKeyBinaryEncoded public_key; 42 struct GNUNET_CRYPTO_EccPublicKey public_key;
43 43
44 /** 44 /**
45 * GNUNET_RSA_Signature using RSA-key generated from the records. 45 * GNUNET_RSA_Signature using RSA-key generated from the records.
46 */ 46 */
47 struct GNUNET_CRYPTO_EccSignature signature; 47 struct GNUNET_CRYPTO_EccSignature signature;
48 48
49 /* number of records that follow */ 49 /**
50 * number of records that follow
51 */
50 uint32_t rd_count GNUNET_PACKED; 52 uint32_t rd_count GNUNET_PACKED;
51 53
52 /* 0-terminated name here */ 54 /* 0-terminated name here */