use -Wl on -no-undefined as it is a linker option:
[oweals/gnunet.git] / src / include / block_regex.h
index bfaf411ebd8e547c994d8e51e0a163d4d6ba99f1..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_EccPublicKeyBinaryEncoded public_key;
+  struct GNUNET_PeerIdentity peer;
 
   /**
    * The signature.
    */
-  struct GNUNET_CRYPTO_EccSignature signature;
+  struct GNUNET_CRYPTO_EddsaSignature signature;
 };