summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTobias Heider <tobhe@cvs.openbsd.org>2021-11-04 14:45:08 +0000
committerTobias Heider <tobhe@cvs.openbsd.org>2021-11-04 14:45:08 +0000
commitdaaf312a24480a7a322b8fa289b1c8840d8bc52e (patch)
tree9e253bb0d94aecce82a2b023bc17714bfebe636d /sys
parent2b62f1b58b2042f4d057215fb3002fba29e25946 (diff)
The authenticator is removed elsewhere.
ok patrick@
Diffstat (limited to 'sys')
-rw-r--r--sys/netinet/ip_esp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_esp.c b/sys/netinet/ip_esp.c
index b5f6252c3d1..a836e87722c 100644
--- a/sys/netinet/ip_esp.c
+++ b/sys/netinet/ip_esp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_esp.c,v 1.184 2021/10/24 23:33:37 tobhe Exp $ */
+/* $OpenBSD: ip_esp.c,v 1.185 2021/11/04 14:45:07 tobhe Exp $ */
/*
* The authors of this code are John Ioannidis (ji@tla.org),
* Angelos D. Keromytis (kermit@csd.uch.gr) and
@@ -682,7 +682,7 @@ esp_input(struct mbuf **mp, struct tdb *tdb, int skip, int protoff)
goto drop;
}
- /* Trim the mbuf chain to remove the trailing authenticator and padding */
+ /* Trim the mbuf chain to remove the padding */
m_adj(m, -(lastthree[1] + 2));
/* Restore the Next Protocol field */