- fix "broken connection" notifications
[oweals/gnunet.git] / src / revocation / revocation.h
index 29235aeee2e97a91355f421c1463227d5584f6bd..48c284a4d192186908dd2cb13a948722772711c1 100644 (file)
@@ -48,7 +48,7 @@ struct QueryMessage
   /**
    * Key to check.
    */
-  struct GNUNET_CRYPTO_EccPublicSignKey key;
+  struct GNUNET_CRYPTO_EcdsaPublicKey key;
 
 };
 
@@ -98,7 +98,7 @@ struct RevokeMessage
   /**
    * Signature confirming revocation.
    */
-  struct GNUNET_CRYPTO_EccSignature signature;
+  struct GNUNET_CRYPTO_EcdsaSignature signature;
 
   /**
    * Must have purpose #GNUNET_SIGNATURE_PURPOSE_REVOCATION,
@@ -109,7 +109,7 @@ struct RevokeMessage
   /**
    * Key to revoke.
    */
-  struct GNUNET_CRYPTO_EccPublicSignKey public_key;
+  struct GNUNET_CRYPTO_EcdsaPublicKey public_key;
 
 };
 
@@ -120,7 +120,7 @@ struct RevokeMessage
 struct RevocationResponseMessage
 {
   /**
-   * Type: #GNUNET_MESSAGE_TYPE_REVOKE_RESPONSE
+   * Type: #GNUNET_MESSAGE_TYPE_REVOCATION_REVOKE_RESPONSE
    */
   struct GNUNET_MessageHeader header;