commit 30c9461e23305d12b25ec5e4551c39fff9146ef2
parent 1678b71d854a3e41628b20407166381c0092d006
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Sun, 3 Aug 2025 01:39:53 +0200
remove bogus comments
Diffstat:
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/src/exchange/taler-exchange-httpd_keys.c b/src/exchange/taler-exchange-httpd_keys.c
@@ -1421,8 +1421,7 @@ load_age_mask (const char *section_name)
* @param h_rsa hash of the @a denom_pub that is available (or was purged)
* @param bs_pub the public key itself, NULL if the key was revoked or purged
* @param sm_pub public key of the security module, NULL if the key was revoked or purged
- * @param sm_sig signature from the security module, NULL if the key was revoked or purged
- * The signature was already verified against @a sm_pub.
+ * @param sm_sig signature from the security module
*/
static void
helper_rsa_cb (
@@ -1501,8 +1500,7 @@ helper_rsa_cb (
* @param h_cs hash of the @a denom_pub that is available (or was purged)
* @param bs_pub the public key itself, NULL if the key was revoked or purged
* @param sm_pub public key of the security module, NULL if the key was revoked or purged
- * @param sm_sig signature from the security module, NULL if the key was revoked or purged
- * The signature was already verified against @a sm_pub.
+ * @param sm_sig signature from the security module
*/
static void
helper_cs_cb (
@@ -1578,8 +1576,7 @@ helper_cs_cb (
* zero if the key has been revoked or purged
* @param exchange_pub the public key itself, NULL if the key was revoked or purged
* @param sm_pub public key of the security module, NULL if the key was revoked or purged
- * @param sm_sig signature from the security module, NULL if the key was revoked or purged
- * The signature was already verified against @a sm_pub.
+ * @param sm_sig signature from the security module
*/
static void
helper_esign_cb (