From b737e9d9e8e44b360509cfab36d22170f54af334 Mon Sep 17 00:00:00 2001 From: Jan Hutter Date: Thu, 1 Dec 2005 08:48:57 +0000 Subject: implemented and tested functionality to create sa_payload from ike_proposal_t's and also generate ike_proposal_t's from sa_payload --- Source/charon/config/init_config.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Source/charon/config/init_config.h') diff --git a/Source/charon/config/init_config.h b/Source/charon/config/init_config.h index 876ead887..7ff46cc54 100644 --- a/Source/charon/config/init_config.h +++ b/Source/charon/config/init_config.h @@ -25,8 +25,11 @@ #include #include -#include #include +#include +#include +#include +#include typedef struct ike_proposal_t ike_proposal_t; @@ -65,11 +68,12 @@ struct ike_proposal_t { u_int16_t pseudo_random_function_key_length; /** - * Diffie hellman group + * Diffie hellman group. */ diffie_hellman_group_t diffie_hellman_group; }; + typedef struct init_config_t init_config_t; /** -- cgit v1.2.3