mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
fix build after KAME changes
This commit is contained in:
parent
94c29ddf4c
commit
c58cde95d1
1 changed files with 4 additions and 0 deletions
|
|
@ -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 *);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue