More W32 resolver workarounds
[oweals/gnunet.git] / src / include / block_regex.h
index 5995f70a2030d16f4b685938e6b15998e10a16e9..326183d567082bb6580cf50b51939ab6e74b2477 100644 (file)
@@ -63,16 +63,16 @@ struct RegexAcceptBlock
    * The key of the state.
    */
   struct GNUNET_HashCode key;
-  
+
   /**
    * Public key of the peer signing.
    */
-  struct GNUNET_CRYPTO_EccPublicKey public_key;
+  struct GNUNET_PeerIdentity peer;
 
   /**
    * The signature.
    */
-  struct GNUNET_CRYPTO_EccSignature signature;
+  struct GNUNET_CRYPTO_EddsaSignature signature;
 };