summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_esp_new.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_new.c
parenta0d9dd4e06ca24923b8a0e6c811ac694972ae2e9 (diff)
Get rid of unnecessary third argument in *_output routines of IPsec.
Diffstat (limited to 'sys/netinet/ip_esp_new.c')
-rw-r--r--sys/netinet/ip_esp_new.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/netinet/ip_esp_new.c b/sys/netinet/ip_esp_new.c
index 33e6ea4b831..2f37fea483d 100644
--- a/sys/netinet/ip_esp_new.c
+++ b/sys/netinet/ip_esp_new.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_esp_new.c,v 1.46 1999/10/06 22:27:57 jason Exp $ */
+/* $OpenBSD: ip_esp_new.c,v 1.47 1999/10/29 02:10:01 angelos Exp $ */
/*
* The authors of this code are John Ioannidis (ji@tla.org),
@@ -582,8 +582,7 @@ esp_new_input(struct mbuf *m, struct tdb *tdb)
}
int
-esp_new_output(struct mbuf *m, struct sockaddr_encap *gw, struct tdb *tdb,
- struct mbuf **mp)
+esp_new_output(struct mbuf *m, struct tdb *tdb, struct mbuf **mp)
{
struct enc_xform *espx = (struct enc_xform *) tdb->tdb_encalgxform;
struct auth_hash *esph = (struct auth_hash *) tdb->tdb_authalgxform;