aboutsummaryrefslogtreecommitdiff
path: root/src/util/crypto_helper_cs.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/crypto_helper_cs.c
parent9838e0fc33c0e21cac4b238ae2ab78e386d7d9c2 (diff)
downloadexchange-18aba0abbb427a2e0e76ae88f95fef493e74032d.tar.xz
add batch logic to taler-exchange-secmod-cs
Diffstat (limited to 'src/util/crypto_helper_cs.c')
-rw-r--r--src/util/crypto_helper_cs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/crypto_helper_cs.c b/src/util/crypto_helper_cs.c
index 8b7602c0e..66ecb26ad 100644
--- a/src/util/crypto_helper_cs.c
+++ b/src/util/crypto_helper_cs.c
@@ -493,7 +493,7 @@ more:
switch (ntohs (hdr->type))
{
case TALER_HELPER_CS_MT_RES_SIGNATURE:
- if (msize < sizeof (struct TALER_CRYPTO_SignResponse))
+ if (msize != sizeof (struct TALER_CRYPTO_SignResponse))
{
GNUNET_break_op (0);
do_disconnect (dh);