aboutsummaryrefslogtreecommitdiffstats
path: root/src/pluto/kernel_netlink.h
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2010-08-16 11:26:31 +0200
committerTobias Brunner <tobias@strongswan.org>2010-09-02 19:04:23 +0200
commitfc06e34e46e7bbad2324019dd9621c2abb340cc0 (patch)
treef109e18756889b664b40d4798223a04c2ad59511 /src/pluto/kernel_netlink.h
parent36ff473016a700402530622f8e002dcb5df1354c (diff)
downloadstrongswan-fc06e34e46e7bbad2324019dd9621c2abb340cc0.tar.bz2
strongswan-fc06e34e46e7bbad2324019dd9621c2abb340cc0.tar.xz
pluto: Removed unneeded kernel abstractions.
Diffstat (limited to 'src/pluto/kernel_netlink.h')
-rw-r--r--src/pluto/kernel_netlink.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/pluto/kernel_netlink.h b/src/pluto/kernel_netlink.h
deleted file mode 100644
index 65163c966..000000000
--- a/src/pluto/kernel_netlink.h
+++ /dev/null
@@ -1,18 +0,0 @@
-/* declarations of routines that interface with the kernel's pfkey mechanism
- * Copyright (C) 1998-2001 D. Hugh Redelmeier.
- * Copyright (C) 2003 Herbert Xu
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version. See <http://www.fsf.org/copyleft/gpl.txt>.
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
- * for more details.
- */
-
-#if defined(KLIPS) && defined(linux)
-extern const struct kernel_ops linux_kernel_ops;
-#endif