aboutsummaryrefslogtreecommitdiff
path: root/crypto/heimdal
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2024-02-16 17:31:13 +0000
committerCy Schubert <cy@FreeBSD.org>2024-02-16 17:31:13 +0000
commit5130b35ef561edf87be53721ed68de7927843fd4 (patch)
tree442f81e12df46eaf2487953851de8d2c0b100e06 /crypto/heimdal
parentfa4e4257943650c0b5f58c01bb0bdfadea61dfb2 (diff)
Diffstat (limited to 'crypto/heimdal')
-rw-r--r--crypto/heimdal/lib/gssapi/krb5/decapsulate.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/heimdal/lib/gssapi/krb5/decapsulate.c b/crypto/heimdal/lib/gssapi/krb5/decapsulate.c
index 7a18708a633a..343a3d7acb97 100644
--- a/crypto/heimdal/lib/gssapi/krb5/decapsulate.c
+++ b/crypto/heimdal/lib/gssapi/krb5/decapsulate.c
@@ -56,8 +56,6 @@ _gsskrb5_get_mech (const u_char *ptr,
return -1;
if (total_len < 1 + len_len + 1)
return -1;
- if (total_len < 1 + len_len + 1)
- return -1;
p += len_len;
if (*p++ != 0x06)
return -1;