aboutsummaryrefslogtreecommitdiff
path: root/src/credential/credential.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/credential/credential.h')
-rw-r--r--src/credential/credential.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/credential/credential.h b/src/credential/credential.h
index 97fdfecbf..ca8fb78d7 100644
--- a/src/credential/credential.h
+++ b/src/credential/credential.h
@@ -91,9 +91,9 @@ struct VerifyMessage
91 struct GNUNET_CRYPTO_EcdsaPublicKey issuer_key; 91 struct GNUNET_CRYPTO_EcdsaPublicKey issuer_key;
92 92
93 /** 93 /**
94 * Number of credentials 94 * Number of delegates
95 */ 95 */
96 uint32_t c_count; 96 uint32_t d_count;
97 97
98 /** 98 /**
99 * Length of the issuer attribute 99 * Length of the issuer attribute
@@ -132,7 +132,7 @@ struct DelegationChainResultMessage
132 /** 132 /**
133 * Indicates if credential has been found at all 133 * Indicates if credential has been found at all
134 */ 134 */
135 uint32_t cred_found GNUNET_PACKED; 135 uint32_t del_found GNUNET_PACKED;
136 136
137 /** 137 /**
138 * The number of delegations in the response 138 * The number of delegations in the response