aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-09-04 02:58:27 +0100
committerWillow Liquorice <willow@howhill.com>2022-10-03 00:44:31 +0100
commit752df719ef55e74a78d2ab3c0c971ff7cfe8d6d3 (patch)
tree6c1992f13082c47faf0236bd4160ab3053d51e26 /src
parentbe98a6e575d77aa71456c93b973473b17540447e (diff)
downloadgnunet-752df719ef55e74a78d2ab3c0c971ff7cfe8d6d3.tar.gz
gnunet-752df719ef55e74a78d2ab3c0c971ff7cfe8d6d3.zip
-DOC: Another comment stripping pass through RECLAIM
Diffstat (limited to 'src')
-rw-r--r--src/reclaim/gnunet-service-reclaim_tickets.c9
-rw-r--r--src/reclaim/oidc_helper.h2
2 files changed, 1 insertions, 10 deletions
diff --git a/src/reclaim/gnunet-service-reclaim_tickets.c b/src/reclaim/gnunet-service-reclaim_tickets.c
index c961ba5b2..3fc885aaf 100644
--- a/src/reclaim/gnunet-service-reclaim_tickets.c
+++ b/src/reclaim/gnunet-service-reclaim_tickets.c
@@ -568,7 +568,6 @@ rvk_ns_err (void *cls)
568 * want to revoke. 568 * want to revoke.
569 * When we are done, we need to update any other ticket which 569 * When we are done, we need to update any other ticket which
570 * included references to any of the changed attributes. 570 * included references to any of the changed attributes.
571 * (Implementation further below)
572 * 571 *
573 * @param rvk handle to the operation 572 * @param rvk handle to the operation
574 */ 573 */
@@ -757,14 +756,6 @@ rvk_move_attr_cb (void *cls,
757} 756}
758 757
759 758
760/**
761 * We change every attribute ID of the ticket attributes we
762 * want to revoke.
763 * When we are done, we need to update any other ticket which
764 * included references to any of the changed attributes.
765 *
766 * @param rvk handle to the operation
767 */
768static void 759static void
769move_attrs (struct RECLAIM_TICKETS_RevokeHandle *rvk) 760move_attrs (struct RECLAIM_TICKETS_RevokeHandle *rvk)
770{ 761{
diff --git a/src/reclaim/oidc_helper.h b/src/reclaim/oidc_helper.h
index b134c71ad..21c7aa86e 100644
--- a/src/reclaim/oidc_helper.h
+++ b/src/reclaim/oidc_helper.h
@@ -162,7 +162,7 @@ OIDC_access_token_new (const struct GNUNET_RECLAIM_Ticket *ticket);
162 * Parse an access token 162 * Parse an access token
163 */ 163 */
164int 164int
165OIDC_access_token_parse (const char*token, 165OIDC_access_token_parse (const char *token,
166 struct GNUNET_RECLAIM_Ticket **ticket); 166 struct GNUNET_RECLAIM_Ticket **ticket);
167 167
168 168