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.
This commit is contained in:
Tobias Brunner
2010-09-02 19:01:25 +02:00
parent f6659688ab
commit 08c0d340b8
11 changed files with 33 additions and 52 deletions
-9
View File
@@ -39,15 +39,6 @@
#define IPV4_LEN 4
#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
*/