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.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/include/gnunet_revocation_service.h b/src/include/gnunet_revocation_service.h
index 18c1f2674..3ad8f864b 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,14 +103,9 @@ 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 106 * The revoked public key
112 */ 107 */
113 struct GNUNET_CRYPTO_EcdsaPublicKey key; 108 struct GNUNET_IDENTITY_PublicKey key;
114 109
115 /** 110 /**
116 * The timestamp of the revocation 111 * The timestamp of the revocation