aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim/plugin_rest_openid_connect.c
diff options
context:
space:
mode:
authorMarkus Voggenreiter <Markus.Voggenreiter@tum.de>2019-10-16 18:01:02 +0200
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2020-01-13 13:31:02 +0100
commit483bc7e3095dff908fe8c032ea96995d44304868 (patch)
treefb435701849ee197b9a073311598867b4088134c /src/reclaim/plugin_rest_openid_connect.c
parent0def2d57eabbf00947ede47b0e968c0a395ace50 (diff)
downloadgnunet-483bc7e3095dff908fe8c032ea96995d44304868.tar.gz
gnunet-483bc7e3095dff908fe8c032ea96995d44304868.zip
Prepare Listing Attestations
Diffstat (limited to 'src/reclaim/plugin_rest_openid_connect.c')
-rw-r--r--src/reclaim/plugin_rest_openid_connect.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/reclaim/plugin_rest_openid_connect.c b/src/reclaim/plugin_rest_openid_connect.c
index 92a1de621..2dde89950 100644
--- a/src/reclaim/plugin_rest_openid_connect.c
+++ b/src/reclaim/plugin_rest_openid_connect.c
@@ -978,7 +978,8 @@ oidc_collect_finished_cb (void *cls)
978static void 978static void
979oidc_attr_collect (void *cls, 979oidc_attr_collect (void *cls,
980 const struct GNUNET_CRYPTO_EcdsaPublicKey *identity, 980 const struct GNUNET_CRYPTO_EcdsaPublicKey *identity,
981 const struct GNUNET_RECLAIM_ATTRIBUTE_Claim *attr) 981 const struct GNUNET_RECLAIM_ATTRIBUTE_Claim *attr,
982 const struct GNUNET_RECLAIM_ATTESTATION_Claim *attest)
982{ 983{
983 struct RequestHandle *handle = cls; 984 struct RequestHandle *handle = cls;
984 struct GNUNET_RECLAIM_ATTRIBUTE_ClaimListEntry *le; 985 struct GNUNET_RECLAIM_ATTRIBUTE_ClaimListEntry *le;
@@ -1862,7 +1863,8 @@ token_endpoint (struct GNUNET_REST_RequestHandle *con_handle,
1862static void 1863static void
1863consume_ticket (void *cls, 1864consume_ticket (void *cls,
1864 const struct GNUNET_CRYPTO_EcdsaPublicKey *identity, 1865 const struct GNUNET_CRYPTO_EcdsaPublicKey *identity,
1865 const struct GNUNET_RECLAIM_ATTRIBUTE_Claim *attr) 1866 const struct GNUNET_RECLAIM_ATTRIBUTE_Claim *attr,
1867 const struct GNUNET_RECLAIM_ATTESTATION_Claim *attest)
1866{ 1868{
1867 struct RequestHandle *handle = cls; 1869 struct RequestHandle *handle = cls;
1868 char *tmp_value; 1870 char *tmp_value;