aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_revocation_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_revocation_service.h')
-rw-r--r--src/include/gnunet_revocation_service.h14
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
95/** 95/**
96 * The signature object we use for the PoW 96 * The signature object we use for the PoW
97 */ 97 */
98struct GNUNET_REVOCATION_EcdsaSignaturePurposePS 98struct GNUNET_REVOCATION_SignaturePurposePS
99{ 99{
100 /** 100 /**
101 * The signature purpose 101 * The signature purpose
@@ -103,19 +103,11 @@ struct GNUNET_REVOCATION_EcdsaSignaturePurposePS
103 struct GNUNET_CRYPTO_EccSignaturePurpose purpose; 103 struct GNUNET_CRYPTO_EccSignaturePurpose purpose;
104 104
105 /** 105 /**
106 * Type of the key
107 */
108 uint32_t ktype;
109
110 /**
111 * The revoked public key
112 */
113 struct GNUNET_CRYPTO_EcdsaPublicKey key;
114
115 /**
116 * The timestamp of the revocation 106 * The timestamp of the revocation
117 */ 107 */
118 struct GNUNET_TIME_AbsoluteNBO timestamp; 108 struct GNUNET_TIME_AbsoluteNBO timestamp;
109
110 /** Followed by the zone public key type and key **/
119}; 111};
120 112
121GNUNET_NETWORK_STRUCT_END 113GNUNET_NETWORK_STRUCT_END