gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: -remove unused struct


From: gnunet
Subject: [gnunet] branch master updated: -remove unused struct
Date: Sat, 04 Dec 2021 10:41:03 +0100

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new ac749fb8a -remove unused struct
ac749fb8a is described below

commit ac749fb8ab73ff86366099226a76f1c7d2980394
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Sat Dec 4 10:40:57 2021 +0100

    -remove unused struct
---
 src/abd/abd.h | 38 --------------------------------------
 1 file changed, 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
 };
 
 
-struct CredentialEntry
-{
-
-  /**
-   * The signature for this credential by the issuer
-   */
-  struct GNUNET_IDENTITY_Signature signature;
-
-  /**
-   * Signature meta
-   */
-  struct GNUNET_CRYPTO_EccSignaturePurpose purpose;
-
-  /**
-   * Public key of the issuer
-   */
-  struct GNUNET_IDENTITY_PublicKey issuer_key;
-
-  /**
-   * Public key of the subject this credential was issued to
-   */
-  struct GNUNET_IDENTITY_PublicKey subject_key;
-
-  /**
-   * Expiration time of this credential
-   */
-  uint64_t expiration GNUNET_PACKED;
-
-  /**
-   * Issuer attribute length
-   */
-  uint32_t issuer_attribute_len;
-
-  /**
-   * Followed by the attribute string
-   */
-};
-
 struct DelegateEntry
 {
   /**

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]