-adding missing break statements
[oweals/gnunet.git] / src / include / block_fs.h
index a2063270ed4e0194fe0e4147241591c0e2954a93..3f904caeb7619fa09b2cecade08e6844e07fbdb6 100644 (file)
@@ -48,18 +48,17 @@ struct UBlock
   /**
    * Signature using pseudonym and search keyword / identifier.
    */
-  struct GNUNET_FS_PseudonymSignature signature;
+  struct GNUNET_CRYPTO_EcdsaSignature signature;
 
   /**
    * What is being signed and why?
    */
-  struct GNUNET_FS_PseudonymSignaturePurpose purpose GNUNET_PACKED;
+  struct GNUNET_CRYPTO_EccSignaturePurpose purpose;
 
   /**
-   * Public key used to sign this block.  Hash of this value
-   * is the query.
+   * Public key used to sign this block.
    */
-  struct GNUNET_FS_PseudonymIdentifier verification_key;
+  struct GNUNET_CRYPTO_EcdsaPublicKey verification_key;
 
   /* rest of the data is encrypted */