aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2021-12-04 10:40:57 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2021-12-04 10:40:57 +0100
commitac749fb8ab73ff86366099226a76f1c7d2980394 (patch)
tree9435d95b71043975b36b4b2365c37f0edabcb723 /src
parentf236a1f38867f7b5530e64f52502df750630a1bb (diff)
downloadgnunet-ac749fb8ab73ff86366099226a76f1c7d2980394.tar.gz
gnunet-ac749fb8ab73ff86366099226a76f1c7d2980394.zip
-remove unused struct
Diffstat (limited to 'src')
-rw-r--r--src/abd/abd.h38
1 files changed, 0 insertions, 38 deletions
diff --git a/src/abd/abd.h b/src/abd/abd.h
index 296af71fe..61210b3f7 100644
--- a/src/abd/abd.h
+++ b/src/abd/abd.h
@@ -203,44 +203,6 @@ struct ChainEntry
203}; 203};
204 204
205 205
206struct CredentialEntry
207{
208
209 /**
210 * The signature for this credential by the issuer
211 */
212 struct GNUNET_IDENTITY_Signature signature;
213
214 /**
215 * Signature meta
216 */
217 struct GNUNET_CRYPTO_EccSignaturePurpose purpose;
218
219 /**
220 * Public key of the issuer
221 */
222 struct GNUNET_IDENTITY_PublicKey issuer_key;
223
224 /**
225 * Public key of the subject this credential was issued to
226 */
227 struct GNUNET_IDENTITY_PublicKey subject_key;
228
229 /**
230 * Expiration time of this credential
231 */
232 uint64_t expiration GNUNET_PACKED;
233
234 /**
235 * Issuer attribute length
236 */
237 uint32_t issuer_attribute_len;
238
239 /**
240 * Followed by the attribute string
241 */
242};
243
244struct DelegateEntry 206struct DelegateEntry
245{ 207{
246 /** 208 /**