aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim/oidc_helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/reclaim/oidc_helper.c')
-rw-r--r--src/reclaim/oidc_helper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/reclaim/oidc_helper.c b/src/reclaim/oidc_helper.c
index 29e8cb2ef..5d04ef6b2 100644
--- a/src/reclaim/oidc_helper.c
+++ b/src/reclaim/oidc_helper.c
@@ -710,6 +710,7 @@ OIDC_parse_authz_code (const struct GNUNET_CRYPTO_EcdsaPrivateKey *ecdsa_priv,
710 attrs_ser = ((char *) &params[1]) + code_challenge_len; 710 attrs_ser = ((char *) &params[1]) + code_challenge_len;
711 attrs_ser_len = ntohl (params->attr_list_len); 711 attrs_ser_len = ntohl (params->attr_list_len);
712 *attrs = GNUNET_RECLAIM_attribute_list_deserialize (attrs_ser, attrs_ser_len); 712 *attrs = GNUNET_RECLAIM_attribute_list_deserialize (attrs_ser, attrs_ser_len);
713 *attests = GNUNET_new (struct GNUNET_RECLAIM_AttestationList);
713 714
714 *nonce_str = NULL; 715 *nonce_str = NULL;
715 if (nonce != 0) 716 if (nonce != 0)