aboutsummaryrefslogtreecommitdiff
path: root/src/include/block_fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/block_fs.h')
-rw-r--r--src/include/block_fs.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/include/block_fs.h b/src/include/block_fs.h
index a2063270e..772180fc8 100644
--- a/src/include/block_fs.h
+++ b/src/include/block_fs.h
@@ -48,18 +48,17 @@ struct UBlock
48 /** 48 /**
49 * Signature using pseudonym and search keyword / identifier. 49 * Signature using pseudonym and search keyword / identifier.
50 */ 50 */
51 struct GNUNET_FS_PseudonymSignature signature; 51 struct GNUNET_CRYPTO_EccSignature signature;
52 52
53 /** 53 /**
54 * What is being signed and why? 54 * What is being signed and why?
55 */ 55 */
56 struct GNUNET_FS_PseudonymSignaturePurpose purpose GNUNET_PACKED; 56 struct GNUNET_CRYPTO_EccSignaturePurpose purpose;
57 57
58 /** 58 /**
59 * Public key used to sign this block. Hash of this value 59 * Public key used to sign this block.
60 * is the query.
61 */ 60 */
62 struct GNUNET_FS_PseudonymIdentifier verification_key; 61 struct GNUNET_CRYPTO_EccPublicKey verification_key;
63 62
64 /* rest of the data is encrypted */ 63 /* rest of the data is encrypted */
65 64