diff options
author | Martin Willi <martin@strongswan.org> | 2006-04-28 09:07:55 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2006-04-28 09:07:55 +0000 |
commit | 83cb0b0e8cc1e97efdbf53c4e0a14121aef08b42 (patch) | |
tree | 62b5b705196fdaf9d647199b700db7a7c359ccca /linux/net/ipv4/af_inet.c.fs2_2.patch | |
parent | a06e45dc9c91c96954505dfcee52e734742618a4 (diff) | |
download | strongswan-83cb0b0e8cc1e97efdbf53c4e0a14121aef08b42.tar.bz2 strongswan-83cb0b0e8cc1e97efdbf53c4e0a14121aef08b42.tar.xz |
Diffstat (limited to 'linux/net/ipv4/af_inet.c.fs2_2.patch')
-rw-r--r-- | linux/net/ipv4/af_inet.c.fs2_2.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/linux/net/ipv4/af_inet.c.fs2_2.patch b/linux/net/ipv4/af_inet.c.fs2_2.patch deleted file mode 100644 index 00c85baf3..000000000 --- a/linux/net/ipv4/af_inet.c.fs2_2.patch +++ /dev/null @@ -1,21 +0,0 @@ -RCSID $Id: af_inet.c.fs2_2.patch,v 1.1 2004/03/15 20:35:27 as Exp $ ---- ./net/ipv4/af_inet.c.preipsec Mon Aug 9 15:05:13 1999 -+++ ./net/ipv4/af_inet.c Fri Sep 17 10:13:07 1999 -@@ -1140,6 +1140,17 @@ - ip_mr_init(); - #endif - -+#if defined(CONFIG_IPSEC) -+ { -+ extern /* void */ int ipsec_init(void); -+ /* -+ * Initialise AF_INET ESP and AH protocol support including -+ * e-routing and SA tables -+ */ -+ ipsec_init(); -+ } -+#endif /* CONFIG_IPSEC */ -+ - #ifdef CONFIG_INET_RARP - rarp_ioctl_hook = rarp_ioctl; - #endif |