diff options
Diffstat (limited to 'Source/charon/config/configuration_manager.c')
-rw-r--r-- | Source/charon/config/configuration_manager.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/charon/config/configuration_manager.c b/Source/charon/config/configuration_manager.c index c522ff67c..e7b02da93 100644 --- a/Source/charon/config/configuration_manager.c +++ b/Source/charon/config/configuration_manager.c @@ -216,7 +216,6 @@ struct private_configuration_manager_t { /** * Adds a new IKE_SA configuration. * - * * @param this calling object * @param name name for the configuration * @param init_config init_config_t object @@ -227,7 +226,6 @@ struct private_configuration_manager_t { /** * Adds a new preshared secret. * - * * @param this calling object * @param type type of identification * @param id_string identification as string @@ -238,7 +236,6 @@ struct private_configuration_manager_t { /** * Adds a new rsa private key. * - * * @param this calling object * @param type type of identification * @param id_string identification as string @@ -250,7 +247,6 @@ struct private_configuration_manager_t { /** * Adds a new rsa public key. * - * * @param this calling object * @param type type of identification * @param id_string identification as string |