diff options
| author | Sam Leffler <sam@FreeBSD.org> | 2004-01-20 22:44:21 +0000 |
|---|---|---|
| committer | Sam Leffler <sam@FreeBSD.org> | 2004-01-20 22:44:21 +0000 |
| commit | c58cde95d1c86956fc3cd0f8299f463c3a36f527 (patch) | |
| tree | 0fbe07333be7afe0cb99a3e5654054214c7c0e3e /sys/netipsec/ipsec.h | |
| parent | 94c29ddf4c3a33c5fae51f2d5a742a4509114cf7 (diff) | |
Notes
Diffstat (limited to 'sys/netipsec/ipsec.h')
| -rw-r--r-- | sys/netipsec/ipsec.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/netipsec/ipsec.h b/sys/netipsec/ipsec.h index a5d8c25b178a..b19b3b9c26e5 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 *); |
