diff options
author | Jan Hutter <jhutter@hsr.ch> | 2005-12-12 08:44:35 +0000 |
---|---|---|
committer | Jan Hutter <jhutter@hsr.ch> | 2005-12-12 08:44:35 +0000 |
commit | 7fa8decb78f5062a124fd0d37ba51360100f9bfa (patch) | |
tree | bfdf7f87e13aa75a944c888543453708e3065325 /Source/charon/config/init_config.h | |
parent | 6329a2575072d34eb546a62520a34129166def9c (diff) | |
download | strongswan-7fa8decb78f5062a124fd0d37ba51360100f9bfa.tar.bz2 strongswan-7fa8decb78f5062a124fd0d37ba51360100f9bfa.tar.xz |
- added todo's
Diffstat (limited to 'Source/charon/config/init_config.h')
-rw-r--r-- | Source/charon/config/init_config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/charon/config/init_config.h b/Source/charon/config/init_config.h index 02a5f7f53..14ffeeee8 100644 --- a/Source/charon/config/init_config.h +++ b/Source/charon/config/init_config.h @@ -37,6 +37,9 @@ typedef struct ike_proposal_t ike_proposal_t; /** * @brief Represents a Proposal used in IKE_SA_INIT phase. * + * @todo Currently the amount of tranforms with same type in a IKE proposal is limited to 1. + * Support of more transforms with same type has to be added. + * * @ingroup config */ struct ike_proposal_t { |