Deleted Added
full compact
1c1
< /* $FreeBSD: head/sys/netipsec/xform_ah.c 275706 2014-12-11 17:07:21Z ae $ */
---
> /* $FreeBSD: head/sys/netipsec/xform_ah.c 275707 2014-12-11 17:14:49Z ae $ */
815c815
< error = ipsec6_common_input_cb(m, sav, skip, protoff, NULL);
---
> error = ipsec6_common_input_cb(m, sav, skip, protoff);
820c820
< error = ipsec4_common_input_cb(m, sav, skip, protoff, NULL);
---
> error = ipsec4_common_input_cb(m, sav, skip, protoff);