aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2019-06-04 14:34:29 +0200
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2019-06-04 14:34:29 +0200
commit18c183d3cb8f12790ed55333519b53a535a5c906 (patch)
tree57eb830179c2df143ad0c788179899ed2fbedbd0 /src
parentd6845922193d63e28d743ab77d843af9023d8a14 (diff)
downloadgnunet-18c183d3cb8f12790ed55333519b53a535a5c906.tar.gz
gnunet-18c183d3cb8f12790ed55333519b53a535a5c906.zip
unused operation
Diffstat (limited to 'src')
-rw-r--r--src/reclaim/oidc_helper.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/reclaim/oidc_helper.c b/src/reclaim/oidc_helper.c
index 6a06d5440..e4949a037 100644
--- a/src/reclaim/oidc_helper.c
+++ b/src/reclaim/oidc_helper.c
@@ -451,7 +451,6 @@ OIDC_build_authz_code (const struct GNUNET_CRYPTO_EcdsaPrivateKey *issuer,
451 if (NULL != attrs_ser) 451 if (NULL != attrs_ser)
452 { 452 {
453 memcpy (buf_ptr, attrs_ser, attr_list_len); 453 memcpy (buf_ptr, attrs_ser, attr_list_len);
454 buf_ptr += attr_list_len;
455 GNUNET_free (attrs_ser); 454 GNUNET_free (attrs_ser);
456 } 455 }
457 // Generate ECDH key 456 // Generate ECDH key