aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim/plugin_rest_reclaim.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/reclaim/plugin_rest_reclaim.c')
-rw-r--r--src/reclaim/plugin_rest_reclaim.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/reclaim/plugin_rest_reclaim.c b/src/reclaim/plugin_rest_reclaim.c
index 5066eef58..7dd658886 100644
--- a/src/reclaim/plugin_rest_reclaim.c
+++ b/src/reclaim/plugin_rest_reclaim.c
@@ -638,7 +638,8 @@ static void
638attest_collect (void *cls, 638attest_collect (void *cls,
639 const struct GNUNET_CRYPTO_EcdsaPublicKey *identity, 639 const struct GNUNET_CRYPTO_EcdsaPublicKey *identity,
640 const struct GNUNET_RECLAIM_ATTRIBUTE_Claim *attr, 640 const struct GNUNET_RECLAIM_ATTRIBUTE_Claim *attr,
641 const struct GNUNET_RECLAIM_ATTESTATION_Claim *attest) 641 const struct GNUNET_RECLAIM_ATTESTATION_Claim *attest,
642 const struct GNUNET_RECLAIM_ATTESTATION_REFERENCE *reference)
642{ 643{
643 struct RequestHandle *handle = cls; 644 struct RequestHandle *handle = cls;
644 json_t *attr_obj; 645 json_t *attr_obj;
@@ -1053,7 +1054,8 @@ static void
1053attr_collect (void *cls, 1054attr_collect (void *cls,
1054 const struct GNUNET_CRYPTO_EcdsaPublicKey *identity, 1055 const struct GNUNET_CRYPTO_EcdsaPublicKey *identity,
1055 const struct GNUNET_RECLAIM_ATTRIBUTE_Claim *attr, 1056 const struct GNUNET_RECLAIM_ATTRIBUTE_Claim *attr,
1056 const struct GNUNET_RECLAIM_ATTESTATION_Claim *attest) 1057 const struct GNUNET_RECLAIM_ATTESTATION_Claim *attest,
1058 const struct GNUNET_RECLAIM_ATTESTATION_REFERENCE *reference)
1057{ 1059{
1058 struct RequestHandle *handle = cls; 1060 struct RequestHandle *handle = cls;
1059 json_t *attr_obj; 1061 json_t *attr_obj;
@@ -1292,7 +1294,8 @@ static void
1292consume_cont (void *cls, 1294consume_cont (void *cls,
1293 const struct GNUNET_CRYPTO_EcdsaPublicKey *identity, 1295 const struct GNUNET_CRYPTO_EcdsaPublicKey *identity,
1294 const struct GNUNET_RECLAIM_ATTRIBUTE_Claim *attr, 1296 const struct GNUNET_RECLAIM_ATTRIBUTE_Claim *attr,
1295 const struct GNUNET_RECLAIM_ATTESTATION_Claim *attest) 1297 const struct GNUNET_RECLAIM_ATTESTATION_Claim *attest,
1298 const struct GNUNET_RECLAIM_ATTESTATION_REFERENCE *reference)
1296{ 1299{
1297 struct RequestHandle *handle = cls; 1300 struct RequestHandle *handle = cls;
1298 char *val_str; 1301 char *val_str;