summaryrefslogtreecommitdiff
path: root/src/credential/credential.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/credential/credential.h')
-rw-r--r--src/credential/credential.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/credential/credential.h b/src/credential/credential.h
index 2acaf73a5..8b5cf6db9 100644
--- a/src/credential/credential.h
+++ b/src/credential/credential.h
@@ -50,6 +50,16 @@ struct VerifyMessage
50 struct GNUNET_CRYPTO_EcdsaPublicKey issuer_key; 50 struct GNUNET_CRYPTO_EcdsaPublicKey issuer_key;
51 51
52 /** 52 /**
53 * Length of the issuer attribute
54 */
55 uint16_t issuer_attribute_len;
56
57 /**
58 * Length of the subject attribute
59 */
60 uint16_t subject_attribute_len;
61
62 /**
53 * Unique identifier for this request (for key collisions). 63 * Unique identifier for this request (for key collisions).
54 */ 64 */
55 uint32_t id GNUNET_PACKED; 65 uint32_t id GNUNET_PACKED;