From 1c7d92a7f69783f222ed261501ff163de5112880 Mon Sep 17 00:00:00 2001 From: Jan Hutter Date: Wed, 7 Dec 2005 09:34:25 +0000 Subject: [PATCH] - code cleaned up --- Source/charon/sa/states/responder_init.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Source/charon/sa/states/responder_init.h b/Source/charon/sa/states/responder_init.h index 1bc7f6dc3..5c7829b5e 100644 --- a/Source/charon/sa/states/responder_init.h +++ b/Source/charon/sa/states/responder_init.h @@ -48,6 +48,15 @@ struct responder_init_t { /** * Constructor of class responder_init_t. * + * The following functions of the assigned protected_ike_sa_t object are being called with + * valid values after successfully processing a received message and before changing + * to next state IKE_SA_INIT_RESPONDED: + * - protected_ike_sa_t.set_init_config() + * - protected_ike_sa_t.set_my_host() + * - protected_ike_sa_t.set_other_host() + * - protected_ike_sa_t.compute_secrets() + * - protected_ike_sa_t.create_transforms_from_proposal() + * * @param ike_sa assigned IKE_SA * * @return responder_init_t object