diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2009-06-10 19:25:46 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2009-06-10 19:25:46 +0000 |
| commit | fc228fbf491ac59117a689e202b01015b9f8fc0c (patch) | |
| tree | 9b72dbfa26ce9e7a931943193c3e0f65f1a91d4a /sys/netipsec/ipsec_input.c | |
| parent | 9af31fe2f83824d9d008ca67cd239ac4cb6296d1 (diff) | |
Notes
Diffstat (limited to 'sys/netipsec/ipsec_input.c')
| -rw-r--r-- | sys/netipsec/ipsec_input.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/netipsec/ipsec_input.c b/sys/netipsec/ipsec_input.c index 62ded7b548ee..ce6b06080691 100644 --- a/sys/netipsec/ipsec_input.c +++ b/sys/netipsec/ipsec_input.c @@ -103,7 +103,9 @@ #define IPSEC_ISTAT(p,x,y,z) ((p) == IPPROTO_ESP ? (x)++ : \ (p) == IPPROTO_AH ? (y)++ : (z)++) +#ifdef INET static void ipsec4_common_ctlinput(int, struct sockaddr *, void *, int); +#endif /* * ipsec_common_input gets called when an IPsec-protected packet |
