From: tobhe Date: Thu, 4 Nov 2021 14:45:07 +0000 (+0000) Subject: The authenticator is removed elsewhere. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=eebf22aa5250e616b72c53010ab4d2d38706b4b7;p=openbsd The authenticator is removed elsewhere. ok patrick@ --- 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 */