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
-7
View File
@@ -95,13 +95,6 @@ struct also {
also_t *next;
};
typedef struct mark_t mark_t;
struct mark_t{
u_int32_t value;
u_int32_t mask;
};
typedef struct starter_conn starter_conn_t;
struct starter_conn {