aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2016-12-06 22:21:49 +0100
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2016-12-06 22:21:49 +0100
commit1be263982990fc0650c30fb5f758d4100540561d (patch)
treeca7823ac9906822cc88e6a3e0c40b215796e0b95 /src/include
parent14045cba92ab8167e1371f2e2447a5bcdd71f12a (diff)
downloadgnunet-1be263982990fc0650c30fb5f758d4100540561d.tar.gz
gnunet-1be263982990fc0650c30fb5f758d4100540561d.zip
- add simple verification
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_credential_service.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/gnunet_credential_service.h b/src/include/gnunet_credential_service.h
index a7de3c822..f7b09b3ff 100644
--- a/src/include/gnunet_credential_service.h
+++ b/src/include/gnunet_credential_service.h
@@ -159,8 +159,9 @@ GNUNET_CREDENTIAL_disconnect (struct GNUNET_CREDENTIAL_Handle *handle);
159 * @param rd the records in reply 159 * @param rd the records in reply
160 */ 160 */
161typedef void (*GNUNET_CREDENTIAL_VerifyResultProcessor) (void *cls, 161typedef void (*GNUNET_CREDENTIAL_VerifyResultProcessor) (void *cls,
162 struct GNUNET_CRYPTO_EcdsaPublicKey *issuer, 162 struct GNUNET_CREDENTIAL_CredentialRecordData *credential,
163 uint32_t result); 163 uint32_t delegation_length,
164 struct GNUNET_CREDENTIAL_AttributeRecordData *delegation_chain);
164 165
165/** 166/**
166 * Iterator called on obtained result for an attribute delegation. 167 * Iterator called on obtained result for an attribute delegation.