summaryrefslogtreecommitdiff
path: root/src/credential/credential.h
diff options
context:
space:
mode:
authorAndreas Ebner <pansy007@googlemail.com>2019-08-04 13:52:03 +0200
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2019-10-07 12:16:50 +0200
commit15b0d71a635f02f5e0291a695d35a65698fdea05 (patch)
tree5afc234a0ce848019d1098f3852fde06f14dcd98 /src/credential/credential.h
parent93cd93a1330fb38add615f797ac9a87fc252ff98 (diff)
downloadgnunet-15b0d71a635f02f5e0291a695d35a65698fdea05.tar.gz
gnunet-15b0d71a635f02f5e0291a695d35a65698fdea05.zip
Clean up and renaming
- renamed a lot of variables/functions that no longer serve credential but delegate - correct printouts likewise - cleaned up test_credential_own.sh to use credential service issuer side storage - removed credential related parameters from VerifyRequestHandle struct
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