summaryrefslogtreecommitdiffstats
path: root/sys/netipsec/xform_ah.c
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2008-05-24 15:32:46 +0000
committerbz <bz@FreeBSD.org>2008-05-24 15:32:46 +0000
commitdb8afa9bc31450046fc8eed8864e3c3b86b436bc (patch)
tree4c9f8d1fdc1d5f9710236a715b977f947c42d1ff /sys/netipsec/xform_ah.c
parentf3ab94f7b4b8a27fb80347158315e4588b95047b (diff)
downloadFreeBSD-src-db8afa9bc31450046fc8eed8864e3c3b86b436bc.zip
FreeBSD-src-db8afa9bc31450046fc8eed8864e3c3b86b436bc.tar.gz
In addition to the ipsec_osdep.h removal a week ago, now also eliminate
IPSEC_SPLASSERT_SOFTNET which has been 'unused' since FreeBSD 5.0.
Diffstat (limited to 'sys/netipsec/xform_ah.c')
-rw-r--r--sys/netipsec/xform_ah.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/netipsec/xform_ah.c b/sys/netipsec/xform_ah.c
index 99236a8..2424b4a 100644
--- a/sys/netipsec/xform_ah.c
+++ b/sys/netipsec/xform_ah.c
@@ -561,8 +561,6 @@ ah_input(struct mbuf *m, struct secasvar *sav, int skip, int protoff)
struct cryptodesc *crda;
struct cryptop *crp;
- IPSEC_SPLASSERT_SOFTNET(__func__);
-
IPSEC_ASSERT(sav != NULL, ("null SA"));
IPSEC_ASSERT(sav->key_auth != NULL, ("null authentication key"));
IPSEC_ASSERT(sav->tdb_authalgxform != NULL,
@@ -895,8 +893,6 @@ ah_output(
u_int8_t prot;
struct newah *ah;
- IPSEC_SPLASSERT_SOFTNET(__func__);
-
sav = isr->sav;
IPSEC_ASSERT(sav != NULL, ("null SA"));
ahx = sav->tdb_authalgxform;
OpenPOWER on IntegriCloud