summaryrefslogtreecommitdiffstats
path: root/sys/netipsec/key.h
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2016-04-24 01:06:38 -0500
committerChris Buechler <cmb@pfsense.org>2016-04-24 01:06:38 -0500
commit332289315b54d4452e1205474a2c9e54ac26a871 (patch)
treee2b5f631d82ec22eeee4bb201d6cea64e164e5a4 /sys/netipsec/key.h
parente683099e983e453c350827e0a31c3d6da2feaa2b (diff)
downloadFreeBSD-src-332289315b54d4452e1205474a2c9e54ac26a871.zip
FreeBSD-src-332289315b54d4452e1205474a2c9e54ac26a871.tar.gz
cryptostats is failing to build and this was the only recent change, trying without. Revert "Import patch from https://reviews.freebsd.org/D6062 Ticket #6167"
This reverts commit e683099e983e453c350827e0a31c3d6da2feaa2b.
Diffstat (limited to 'sys/netipsec/key.h')
-rw-r--r--sys/netipsec/key.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/netipsec/key.h b/sys/netipsec/key.h
index 7564de5..39fd1b2 100644
--- a/sys/netipsec/key.h
+++ b/sys/netipsec/key.h
@@ -76,15 +76,11 @@ extern void _key_freesp(struct secpolicy **, const char*, int);
extern struct secasvar *key_allocsa(union sockaddr_union *, u_int, u_int32_t,
const char*, int);
-extern struct secasvar *key_allocsa_tunnel(union sockaddr_union *,
- union sockaddr_union *, u_int, const char*, int);
extern void key_addrefsa(struct secasvar *, const char*, int);
extern void key_freesav(struct secasvar **, const char*, int);
#define KEY_ALLOCSA(dst, proto, spi) \
key_allocsa(dst, proto, spi, __FILE__, __LINE__)
-#define KEY_ALLOCSA_TUNNEL(src, dst, proto) \
- key_allocsa_tunnel(src, dst, proto, __FILE__, __LINE__)
#define KEY_ADDREFSA(sav) \
key_addrefsa(sav, __FILE__, __LINE__)
#define KEY_FREESAV(psav) \
OpenPOWER on IntegriCloud