From: jsg Date: Fri, 7 Jun 2024 13:15:25 +0000 (+0000) Subject: remove MAXBUFSIZ define, unused since rev 1.33 X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=b6845120f8e875d8bb47fa07fee098af52f13ae0;p=openbsd remove MAXBUFSIZ define, unused since rev 1.33 --- diff --git a/sys/netinet/ip_esp.c b/sys/netinet/ip_esp.c index ac4d6292bbc..a951063b8e8 100644 --- a/sys/netinet/ip_esp.c +++ b/sys/netinet/ip_esp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_esp.c,v 1.195 2022/05/03 09:18:11 claudio Exp $ */ +/* $OpenBSD: ip_esp.c,v 1.196 2024/06/07 13:15:25 jsg Exp $ */ /* * The authors of this code are John Ioannidis (ji@tla.org), * Angelos D. Keromytis (kermit@csd.uch.gr) and @@ -334,8 +334,6 @@ esp_zeroize(struct tdb *tdbp) return error; } -#define MAXBUFSIZ (AH_ALEN_MAX > ESP_MAX_IVS ? AH_ALEN_MAX : ESP_MAX_IVS) - /* * ESP input processing, called (eventually) through the protocol switch. */