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