summaryrefslogtreecommitdiff
path: root/package/strongswan/patches/patch-src_starter_netkey_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-12-30 23:00:18 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-12-30 23:00:18 +0100
commit5bfdfbcee97c930c3c14dc3745089ac28e76ca41 (patch)
tree723a2310434afd85f68b3437e17917fcc6c5d623 /package/strongswan/patches/patch-src_starter_netkey_c
parent16d7827ef1aec4aab89033ed1d47ca82fa3a3ba7 (diff)
parent58d31896056e604185acf3606b99257cea519dd1 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/strongswan/patches/patch-src_starter_netkey_c')
-rw-r--r--package/strongswan/patches/patch-src_starter_netkey_c19
1 files changed, 0 insertions, 19 deletions
diff --git a/package/strongswan/patches/patch-src_starter_netkey_c b/package/strongswan/patches/patch-src_starter_netkey_c
deleted file mode 100644
index eae417f7b..000000000
--- a/package/strongswan/patches/patch-src_starter_netkey_c
+++ /dev/null
@@ -1,19 +0,0 @@
---- strongswan-4.4.0.orig/src/starter/netkey.c 2010-03-15 21:52:51.000000000 +0100
-+++ strongswan-4.4.0/src/starter/netkey.c 2010-07-14 19:05:06.911085736 +0200
-@@ -48,6 +48,8 @@ starter_netkey_init(void)
- }
-
- /* make sure that all required IPsec modules are loaded */
-+ /* OpenADK loads all kernel modules already */
-+#if 0
- if (stat(PROC_MODULES, &stb) == 0)
- {
- ignore_result(system("modprobe -qv ah4"));
-@@ -60,6 +62,7 @@ starter_netkey_init(void)
- DBG(DBG_CONTROL,
- DBG_log("Found netkey IPsec stack")
- )
-+#endif
- return TRUE;
- }
-