- code cleanup in network and config
- moved packet_t members to private, added getter and setters
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user