aboutsummaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_csr.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-07-05 11:46:02 +0200
committerChristian Grothoff <christian@grothoff.org>2022-07-05 11:46:02 +0200
commit75dbf20cedb45d806a93b35124d10d9746527e88 (patch)
treee9a1674a1f9da403b7ada188f5396f3eda452720 /src/exchange/taler-exchange-httpd_csr.c
parent3453126eb7985c6f311597bf4acf3682f3a3dc9b (diff)
-annotate bugs
Diffstat (limited to 'src/exchange/taler-exchange-httpd_csr.c')
-rw-r--r--src/exchange/taler-exchange-httpd_csr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd_csr.c b/src/exchange/taler-exchange-httpd_csr.c
index 1abe5563..14d82ef1 100644
--- a/src/exchange/taler-exchange-httpd_csr.c
+++ b/src/exchange/taler-exchange-httpd_csr.c
@@ -178,7 +178,7 @@ TEH_handler_csr_melt (struct TEH_RequestContext *rc,
}
/* derive r_pub */
- // FIXME: bundle all requests into one derivation request (TEH_keys_..., crypto helper, security module)
+ // FIXME-#7272: bundle all requests into one derivation request (TEH_keys_..., crypto helper, security module)
ec = TEH_keys_denomination_cs_r_pub_melt (denom_pub_hash,
nonce,
r_pub);