summaryrefslogtreecommitdiff
path: root/package/strongswan/patches/patch-src_starter_netkey_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2022-03-21 17:58:16 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2022-03-21 20:11:16 +0100
commit7b6d51bed2af151260f2a9a1d20446bb8f4b737d (patch)
treeec732451a4614a27dca5c745dfb594340b149258 /package/strongswan/patches/patch-src_starter_netkey_c
parentf715dd8d406a8d16ee4f0cb570003b47acc3ea5b (diff)
strongswan: update to 5.9.5
Diffstat (limited to 'package/strongswan/patches/patch-src_starter_netkey_c')
-rw-r--r--package/strongswan/patches/patch-src_starter_netkey_c18
1 files changed, 0 insertions, 18 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 adb7e09eb..000000000
--- a/package/strongswan/patches/patch-src_starter_netkey_c
+++ /dev/null
@@ -1,18 +0,0 @@
---- strongswan-5.5.0.orig/src/starter/netkey.c 2016-04-22 22:01:35.000000000 +0200
-+++ strongswan-5.5.0/src/starter/netkey.c 2016-09-30 05:30:43.681874545 +0200
-@@ -42,6 +42,7 @@ bool starter_netkey_init(void)
- }
-
- /* make sure that all required IPsec modules are loaded */
-+ /*
- if (stat(PROC_MODULES, &stb) == 0)
- {
- ignore_result(system("modprobe -qv ah4"));
-@@ -50,6 +51,7 @@ bool starter_netkey_init(void)
- ignore_result(system("modprobe -qv xfrm4_tunnel"));
- ignore_result(system("modprobe -qv xfrm_user"));
- }
-+ */
-
- DBG2(DBG_APP, "found netkey IPsec stack");
- return TRUE;