aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/namestore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/namestore.h')
-rw-r--r--src/namestore/namestore.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/namestore/namestore.h b/src/namestore/namestore.h
index 7d406df61..61691b95e 100644
--- a/src/namestore/namestore.h
+++ b/src/namestore/namestore.h
@@ -93,7 +93,7 @@ struct LookupBlockResponseMessage
93 /** 93 /**
94 * Derived public key. 94 * Derived public key.
95 */ 95 */
96 struct GNUNET_CRYPTO_EccPublicKey derived_key; 96 struct GNUNET_CRYPTO_EccPublicSignKey derived_key;
97 97
98 /* follwed by encrypted block data */ 98 /* follwed by encrypted block data */
99}; 99};
@@ -122,7 +122,7 @@ struct BlockCacheMessage
122 /** 122 /**
123 * Derived public key. 123 * Derived public key.
124 */ 124 */
125 struct GNUNET_CRYPTO_EccPublicKey derived_key; 125 struct GNUNET_CRYPTO_EccPublicSignKey derived_key;
126 126
127 /* follwed by encrypted block data */ 127 /* follwed by encrypted block data */
128}; 128};
@@ -228,7 +228,7 @@ struct ZoneToNameMessage
228 /** 228 /**
229 * The public key of the target zone 229 * The public key of the target zone
230 */ 230 */
231 struct GNUNET_CRYPTO_EccPublicKey value_zone; 231 struct GNUNET_CRYPTO_EccPublicSignKey value_zone;
232}; 232};
233 233
234 234