From c58cde95d1c86956fc3cd0f8299f463c3a36f527 Mon Sep 17 00:00:00 2001 From: Sam Leffler Date: Tue, 20 Jan 2004 22:44:21 +0000 Subject: [PATCH] fix build after KAME changes --- sys/netipsec/ipsec.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys/netipsec/ipsec.h b/sys/netipsec/ipsec.h index a5d8c25b178..b19b3b9c26e 100644 --- a/sys/netipsec/ipsec.h +++ b/sys/netipsec/ipsec.h @@ -344,6 +344,10 @@ extern int crypto_support; /* for openbsd compatibility */ #define DPRINTF(x) do { if (ipsec_debug) printf x; } while (0) +/* XXX for KAME code compatibility */ +#define ipsec_pcbconn(_x) +#define ipsec_pcbdisconn(_x) + extern struct ipsecrequest *ipsec_newisr(void); extern void ipsec_delisr(struct ipsecrequest *);