aboutsummaryrefslogtreecommitdiffstats
path: root/src/pluto/kernel.c
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2010-08-11 13:51:03 +0200
committerTobias Brunner <tobias@strongswan.org>2010-09-02 19:04:23 +0200
commit4f898afc22d087f314308a1ff31feaf969111547 (patch)
tree95ed15eee8450ff749abea81645d48c37bec322d /src/pluto/kernel.c
parent03ee9623f36b77ebf5afc23a3930cdf5c1f613cf (diff)
downloadstrongswan-4f898afc22d087f314308a1ff31feaf969111547.tar.bz2
strongswan-4f898afc22d087f314308a1ff31feaf969111547.tar.xz
pluto: Removed unneeded functions from PF_KEY interface.
We still use the algorithm registration.
Diffstat (limited to 'src/pluto/kernel.c')
-rw-r--r--src/pluto/kernel.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pluto/kernel.c b/src/pluto/kernel.c
index e7fa90bcc..fbe572637 100644
--- a/src/pluto/kernel.c
+++ b/src/pluto/kernel.c
@@ -1825,8 +1825,6 @@ void init_kernel(void)
init_pfkey();
- kernel_ops = &klips_kernel_ops;
-
#if defined(linux) && defined(KERNEL26_SUPPORT)
{
bool linux_ipsec = 0;