diff options
Diffstat (limited to 'src/include/gnunet_revocation_service.h')
-rw-r--r-- | src/include/gnunet_revocation_service.h | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/src/include/gnunet_revocation_service.h b/src/include/gnunet_revocation_service.h index 18c1f2674..d56116914 100644 --- a/src/include/gnunet_revocation_service.h +++ b/src/include/gnunet_revocation_service.h @@ -95,7 +95,7 @@ struct GNUNET_REVOCATION_PowP /** * The signature object we use for the PoW */ -struct GNUNET_REVOCATION_EcdsaSignaturePurposePS +struct GNUNET_REVOCATION_SignaturePurposePS { /** * The signature purpose @@ -103,19 +103,11 @@ struct GNUNET_REVOCATION_EcdsaSignaturePurposePS struct GNUNET_CRYPTO_EccSignaturePurpose purpose; /** - * Type of the key - */ - uint32_t ktype; - - /** - * The revoked public key - */ - struct GNUNET_CRYPTO_EcdsaPublicKey key; - - /** * The timestamp of the revocation */ struct GNUNET_TIME_AbsoluteNBO timestamp; + + /** Followed by the zone public key type and key **/ }; GNUNET_NETWORK_STRUCT_END |