summaryrefslogtreecommitdiff
path: root/src/util/taler-exchange-secmod-rsa.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-11-13 19:03:52 +0100
committerChristian Grothoff <christian@grothoff.org>2022-11-13 19:03:52 +0100
commit18aba0abbb427a2e0e76ae88f95fef493e74032d (patch)
treeb0697930108889d89ddbcf5c6c4ab2b40737de69 /src/util/taler-exchange-secmod-rsa.c
parent9838e0fc33c0e21cac4b238ae2ab78e386d7d9c2 (diff)
downloadexchange-18aba0abbb427a2e0e76ae88f95fef493e74032d.tar.gz
exchange-18aba0abbb427a2e0e76ae88f95fef493e74032d.tar.bz2
exchange-18aba0abbb427a2e0e76ae88f95fef493e74032d.zip
add batch logic to taler-exchange-secmod-cs
Diffstat (limited to 'src/util/taler-exchange-secmod-rsa.c')
-rw-r--r--src/util/taler-exchange-secmod-rsa.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/util/taler-exchange-secmod-rsa.c b/src/util/taler-exchange-secmod-rsa.c
index 9cfc14a4e..1cee02ab0 100644
--- a/src/util/taler-exchange-secmod-rsa.c
+++ b/src/util/taler-exchange-secmod-rsa.c
@@ -1568,7 +1568,9 @@ parse_key (struct Denomination *denom,
NULL != pos;
pos = pos->next)
{
- if (GNUNET_TIME_timestamp_cmp (pos->anchor, >, anchor))
+ if (GNUNET_TIME_timestamp_cmp (pos->anchor,
+ >,
+ anchor))
break;
before = pos;
}