diff options
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 { |