diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-05-30 12:24:40 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-05-30 12:24:40 +0000 |
commit | ab00697c26b16b955dbba4c10ba65fdf9d3dc088 (patch) | |
tree | 5d1b070468e155d958ce257bf571100681253f0a /sys/netinet | |
parent | e8ede9834f71e51aae44e23aa29534db415cc236 (diff) |
Forgot to update ipsec_output_done()
Diffstat (limited to 'sys/netinet')
-rw-r--r-- | sys/netinet/ip_ipsp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_ipsp.h b/sys/netinet/ip_ipsp.h index 433a5cc2e0a..6efb92a9aed 100644 --- a/sys/netinet/ip_ipsp.h +++ b/sys/netinet/ip_ipsp.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_ipsp.h,v 1.96 2001/05/30 12:20:20 angelos Exp $ */ +/* $OpenBSD: ip_ipsp.h,v 1.97 2001/05/30 12:24:39 angelos Exp $ */ /* * The authors of this code are John Ioannidis (ji@tla.org), @@ -590,7 +590,7 @@ extern unsigned char ipseczeroes[]; /* Packet processing */ extern int ipsp_process_packet(struct mbuf *, struct tdb *, int, int); -extern int ipsp_process_done(struct mbuf *, struct tdb *, struct tdb *); +extern int ipsp_process_done(struct mbuf *, struct tdb *); extern struct tdb *ipsp_spd_lookup(struct mbuf *, int, int, int *, int, struct tdb *, struct inpcb *); extern int ipsec_common_input_cb(struct mbuf *, struct tdb *, int, int, |