aboutsummaryrefslogtreecommitdiff
path: root/src/include/block_gns.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-03-01 10:08:51 +0000
committerChristian Grothoff <christian@grothoff.org>2012-03-01 10:08:51 +0000
commit5d0de68e3f7785eba7693f5d4dd3c83a7a94a684 (patch)
tree0517aacf476aa70c5135decd7be2c97bd00de9e7 /src/include/block_gns.h
parentca95b135b939f6585a0093cc5b7329fa4303ecce (diff)
downloadgnunet-5d0de68e3f7785eba7693f5d4dd3c83a7a94a684.tar.gz
gnunet-5d0de68e3f7785eba7693f5d4dd3c83a7a94a684.zip
-new api
Diffstat (limited to 'src/include/block_gns.h')
-rw-r--r--src/include/block_gns.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/include/block_gns.h b/src/include/block_gns.h
index 4514acf6b..04dcac3bc 100644
--- a/src/include/block_gns.h
+++ b/src/include/block_gns.h
@@ -65,6 +65,11 @@ struct GNSNameRecordBlock
65{ 65{
66 66
67 /** 67 /**
68 * The public key of the authority
69 */
70 struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded public_key;
71
72 /**
68 * GNUNET_RSA_Signature using RSA-key generated from the records. 73 * GNUNET_RSA_Signature using RSA-key generated from the records.
69 */ 74 */
70 struct GNUNET_CRYPTO_RsaSignature signature; 75 struct GNUNET_CRYPTO_RsaSignature signature;
@@ -74,11 +79,6 @@ struct GNSNameRecordBlock
74 */ 79 */
75 struct GNUNET_CRYPTO_RsaSignaturePurpose purpose; 80 struct GNUNET_CRYPTO_RsaSignaturePurpose purpose;
76 81
77 /**
78 * The public key of the authority
79 */
80 struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded public_key;
81
82 /* number of records that follow */ 82 /* number of records that follow */
83 uint32_t rd_count GNUNET_PACKED; 83 uint32_t rd_count GNUNET_PACKED;
84 84
@@ -86,7 +86,6 @@ struct GNSNameRecordBlock
86 86
87 /* variable-size GNSRecordBlocks follows here */ 87 /* variable-size GNSRecordBlocks follows here */
88 88
89
90}; 89};
91 90
92GNUNET_NETWORK_STRUCT_END 91GNUNET_NETWORK_STRUCT_END