remove MAXBUFSIZ define, unused since rev 1.33
authorjsg <jsg@openbsd.org>
Fri, 7 Jun 2024 13:15:25 +0000 (13:15 +0000)
committerjsg <jsg@openbsd.org>
Fri, 7 Jun 2024 13:15:25 +0000 (13:15 +0000)
sys/netinet/ip_esp.c

index ac4d629..a951063 100644 (file)
@@ -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.
  */