Deleted Added
full compact
34c34
< * $FreeBSD: head/sys/netinet/tcp_usrreq.c 54526 1999-12-13 00:39:20Z shin $
---
> * $FreeBSD: head/sys/netinet/tcp_usrreq.c 55009 1999-12-22 19:13:38Z shin $
36a37
> #include "opt_ipsec.h"
65a67,70
> #ifdef IPSEC
> #include <netinet6/ipsec.h>
> #endif /*IPSEC*/
>
733a739,745
> #ifdef IPSEC
> error = ipsec_init_policy(so, &inp->inp_sp);
> if (error) {
> in_pcbdetach(inp);
> return (error);
> }
> #endif /*IPSEC*/