aboutsummaryrefslogtreecommitdiff
path: root/usrsctplib/netinet6
diff options
context:
space:
mode:
authorMichael Tuexen <tuexen@fh-muenster.de>2017-03-01 20:14:26 +0100
committerMichael Tuexen <tuexen@fh-muenster.de>2017-03-01 20:14:26 +0100
commit5ecbab437e7bea4fbd88a15f10a964b1b1dc714d (patch)
tree64574b5e9d64df4025c223b5e05430a758f0e0ac /usrsctplib/netinet6
parentd5f916d2a42606a7660384e8cbc9a05a933815b4 (diff)
downloadusrsctp-5ecbab437e7bea4fbd88a15f10a964b1b1dc714d.tar.gz
Remove IPSec stuff.
This just sync the sources with the FreeBSD tree and has no functional change.
Diffstat (limited to 'usrsctplib/netinet6')
-rw-r--r--usrsctplib/netinet6/sctp6_usrreq.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/usrsctplib/netinet6/sctp6_usrreq.c b/usrsctplib/netinet6/sctp6_usrreq.c
index faa7d47b..908a769e 100644
--- a/usrsctplib/netinet6/sctp6_usrreq.c
+++ b/usrsctplib/netinet6/sctp6_usrreq.c
@@ -32,7 +32,7 @@
#ifdef __FreeBSD__
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD: head/sys/netinet6/sctp6_usrreq.c 310590 2016-12-26 11:06:41Z tuexen $");
+__FBSDID("$FreeBSD: head/sys/netinet6/sctp6_usrreq.c 313330 2017-02-06 08:49:57Z ae $");
#endif
#include <netinet/sctp_os.h>
@@ -64,11 +64,6 @@ __FBSDID("$FreeBSD: head/sys/netinet6/sctp6_usrreq.c 310590 2016-12-26 11:06:41Z
#if defined(__APPLE__)
#define APPLE_FILE_NO 9
#endif
-#ifdef IPSEC
-#include <netipsec/ipsec.h>
-#include <netipsec/ipsec6.h>
-#endif /* IPSEC */
-
#if !defined(__Userspace__)
extern struct protosw inetsw[];
#endif
@@ -798,10 +793,6 @@ sctp6_attach(struct socket *so, int proto SCTP_UNUSED, struct proc *p SCTP_UNUSE
*/
inp6->inp_ip_ttl = MODULE_GLOBAL(ip_defttl);
#endif
- /*
- * Hmm what about the IPSEC stuff that is missing here but in
- * sctp_attach()?
- */
SCTP_INP_WUNLOCK(inp);
return (0);
}