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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/block_gns.h b/src/include/block_gns.h
index 7b4ceed18..2f864f4d3 100644
--- a/src/include/block_gns.h
+++ b/src/include/block_gns.h
@@ -39,12 +39,12 @@ struct GNSNameRecordBlock
39 /** 39 /**
40 * The public key of the authority 40 * The public key of the authority
41 */ 41 */
42 struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded public_key; 42 struct GNUNET_CRYPTO_EccPublicKeyBinaryEncoded 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_RsaSignature signature; 47 struct GNUNET_CRYPTO_EccSignature signature;
48 48
49 /* number of records that follow */ 49 /* number of records that follow */
50 uint32_t rd_count GNUNET_PACKED; 50 uint32_t rd_count GNUNET_PACKED;