summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_keys.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-12-25 08:59:04 +0100
committerChristian Grothoff <christian@grothoff.org>2020-12-25 08:59:04 +0100
commitd5d2fc12f54fbfe608f66417b0b350c2bd94d516 (patch)
treed5e2de69c3070744e8d152e5fc9ab5ebe59f764c /src/exchange/taler-exchange-httpd_keys.c
parent6243afe0ef6ace667e9219165c5db4d753dd4c57 (diff)
downloadexchange-d5d2fc12f54fbfe608f66417b0b350c2bd94d516.tar.gz
exchange-d5d2fc12f54fbfe608f66417b0b350c2bd94d516.tar.bz2
exchange-d5d2fc12f54fbfe608f66417b0b350c2bd94d516.zip
fix test failures
Diffstat (limited to 'src/exchange/taler-exchange-httpd_keys.c')
-rw-r--r--src/exchange/taler-exchange-httpd_keys.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/exchange/taler-exchange-httpd_keys.c b/src/exchange/taler-exchange-httpd_keys.c
index d913dc93a..5e92611a7 100644
--- a/src/exchange/taler-exchange-httpd_keys.c
+++ b/src/exchange/taler-exchange-httpd_keys.c
@@ -639,9 +639,6 @@ helper_denom_cb (
{
/* should be just an update (revocation!), so update existing entry */
hd->validity_duration = validity_duration;
- GNUNET_break (0 ==
- GNUNET_memcmp (sm_sig,
- &hd->sm_sig));
GNUNET_break (start_time.abs_value_us ==
hd->start_time.abs_value_us);
GNUNET_break (0 ==
@@ -709,9 +706,6 @@ helper_esign_cb (
{
/* should be just an update (revocation!), so update existing entry */
hsk->validity_duration = validity_duration;
- GNUNET_break (0 ==
- GNUNET_memcmp (sm_sig,
- &hsk->sm_sig));
GNUNET_break (start_time.abs_value_us ==
hsk->start_time.abs_value_us);
return;