aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_revocation_service.h
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2020-11-10 09:01:17 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2020-11-10 09:01:17 +0900
commit5306c3356854b535fe09654b270f06615bf94e94 (patch)
tree7fa1c8c677d9d89823b7cd0563f020d9e0d73c61 /src/include/gnunet_revocation_service.h
parentca808598b9c28e1bb089d2d8cb7ec9332f2c0137 (diff)
downloadgnunet-5306c3356854b535fe09654b270f06615bf94e94.tar.gz
gnunet-5306c3356854b535fe09654b270f06615bf94e94.zip
-fix signatures in revocation
Diffstat (limited to 'src/include/gnunet_revocation_service.h')
-rw-r--r--src/include/gnunet_revocation_service.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/include/gnunet_revocation_service.h b/src/include/gnunet_revocation_service.h
index 3ad8f864b..d56116914 100644
--- a/src/include/gnunet_revocation_service.h
+++ b/src/include/gnunet_revocation_service.h
@@ -103,14 +103,11 @@ struct GNUNET_REVOCATION_SignaturePurposePS
103 struct GNUNET_CRYPTO_EccSignaturePurpose purpose; 103 struct GNUNET_CRYPTO_EccSignaturePurpose purpose;
104 104
105 /** 105 /**
106 * The revoked public key
107 */
108 struct GNUNET_IDENTITY_PublicKey key;
109
110 /**
111 * The timestamp of the revocation 106 * The timestamp of the revocation
112 */ 107 */
113 struct GNUNET_TIME_AbsoluteNBO timestamp; 108 struct GNUNET_TIME_AbsoluteNBO timestamp;
109
110 /** Followed by the zone public key type and key **/
114}; 111};
115 112
116GNUNET_NETWORK_STRUCT_END 113GNUNET_NETWORK_STRUCT_END