summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_esp_old.c
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>1999-10-29 02:10:03 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>1999-10-29 02:10:03 +0000
commit7b584cbf8103cf78a8db3cbb08e378ff5a47a4b9 (patch)
treea283b998caf4727d0ddc8b9a342061d39c2db3ba /sys/netinet/ip_esp_old.c
parenta0d9dd4e06ca24923b8a0e6c811ac694972ae2e9 (diff)
Get rid of unnecessary third argument in *_output routines of IPsec.
Diffstat (limited to 'sys/netinet/ip_esp_old.c')
-rw-r--r--sys/netinet/ip_esp_old.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/netinet/ip_esp_old.c b/sys/netinet/ip_esp_old.c
index 0d3f876455d..dc4ebe2b118 100644
--- a/sys/netinet/ip_esp_old.c
+++ b/sys/netinet/ip_esp_old.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_esp_old.c,v 1.36 1999/10/06 22:27:57 jason Exp $ */
+/* $OpenBSD: ip_esp_old.c,v 1.37 1999/10/29 02:10:02 angelos Exp $ */
/*
* The authors of this code are John Ioannidis (ji@tla.org),
@@ -428,8 +428,7 @@ esp_old_input(struct mbuf *m, struct tdb *tdb)
}
int
-esp_old_output(struct mbuf *m, struct sockaddr_encap *gw, struct tdb *tdb,
- struct mbuf **mp)
+esp_old_output(struct mbuf *m, struct tdb *tdb, struct mbuf **mp)
{
struct enc_xform *espx = (struct enc_xform *) tdb->tdb_encalgxform;
struct ip *ip, ipo;