aboutsummaryrefslogtreecommitdiff
path: root/src/util/crypto_helper_esign.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-11-19 17:00:37 +0100
committerChristian Grothoff <christian@grothoff.org>2021-11-19 17:00:37 +0100
commit7b5eb6137061128f987260ba681231e28ae260d5 (patch)
tree3d58f1891626e8b4709c7ae921817d3f3fe0e85a /src/util/crypto_helper_esign.c
parent326110ffe9e1154f18550e12450522ec307a54b6 (diff)
downloadexchange-7b5eb6137061128f987260ba681231e28ae260d5.tar.xz
-fix warnings
Diffstat (limited to 'src/util/crypto_helper_esign.c')
-rw-r--r--src/util/crypto_helper_esign.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/crypto_helper_esign.c b/src/util/crypto_helper_esign.c
index 5c0d9449d..a73e96889 100644
--- a/src/util/crypto_helper_esign.c
+++ b/src/util/crypto_helper_esign.c
@@ -417,7 +417,6 @@ more:
if (off < sizeof (struct GNUNET_MessageHeader))
continue;
msize = ntohs (hdr->size);
- GNUNET_assert (msize <= sizeof (buf));
if (off < msize)
continue;
switch (ntohs (hdr->type))