aboutsummaryrefslogtreecommitdiffstats
path: root/src/starter/starterstroke.c
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2010-07-12 17:40:37 +0200
committerTobias Brunner <tobias@strongswan.org>2010-09-02 19:01:25 +0200
commit08c0d340b8f0c05c4ee6ba9336cd56a432f84b7d (patch)
tree434640e5db9c63dcd81aa1cf472ad2826b2c22b4 /src/starter/starterstroke.c
parentf6659688abef15c7ac8f03f6e7f25e0bc75cbdd4 (diff)
downloadstrongswan-08c0d340b8f0c05c4ee6ba9336cd56a432f84b7d.tar.bz2
strongswan-08c0d340b8f0c05c4ee6ba9336cd56a432f84b7d.tar.xz
Moved ipsec_transform_t to kernel_ipsec.h in libhydra.
Because of this libfreeswan, pluto, starter etc. now depend on that file (and libhydra). This resolved some duplicate declarations.
Diffstat (limited to 'src/starter/starterstroke.c')
-rw-r--r--src/starter/starterstroke.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/starter/starterstroke.c b/src/starter/starterstroke.c
index 32b373b2d..8089518d0 100644
--- a/src/starter/starterstroke.c
+++ b/src/starter/starterstroke.c
@@ -40,15 +40,6 @@
#define IPV6_LEN 16
/**
- * Mode of an IPsec SA, must be the same as in charons kernel_ipsec.h
- */
-enum ipsec_mode_t {
- MODE_TRANSPORT = 1,
- MODE_TUNNEL,
- MODE_BEET
-};
-
-/**
* Authentication methods, must be the same as in charons authenticator.h
*/
enum auth_method_t {