From 1be263982990fc0650c30fb5f758d4100540561d Mon Sep 17 00:00:00 2001 From: "Schanzenbach, Martin" Date: Tue, 6 Dec 2016 22:21:49 +0100 Subject: - add simple verification --- src/include/gnunet_credential_service.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/include') 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); * @param rd the records in reply */ typedef void (*GNUNET_CREDENTIAL_VerifyResultProcessor) (void *cls, - struct GNUNET_CRYPTO_EcdsaPublicKey *issuer, - uint32_t result); + struct GNUNET_CREDENTIAL_CredentialRecordData *credential, + uint32_t delegation_length, + struct GNUNET_CREDENTIAL_AttributeRecordData *delegation_chain); /** * Iterator called on obtained result for an attribute delegation. -- cgit v1.2.3