diff options
author | 2001-05-30 12:24:39 +0000 | |
---|---|---|
committer | 2001-05-30 12:24:39 +0000 | |
commit | 6019ce80e4207d07ffd5dfc5e72d88e5a0b0e661 (patch) | |
tree | 3e7dde97e7ef9a7ad793141efc03d85bec246a88 | |
parent | Match prototype. (diff) | |
download | wireguard-openbsd-6019ce80e4207d07ffd5dfc5e72d88e5a0b0e661.tar.xz wireguard-openbsd-6019ce80e4207d07ffd5dfc5e72d88e5a0b0e661.zip |
Forgot to update ipsec_output_done()
-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, |