plugin load configuration in strongswan.conf
some components accept a "component.load" option with a space separated list of plugins to load libcharon- plugins are now handled the same way as libstrongswan- plugins
This commit is contained in:
@@ -163,7 +163,6 @@ typedef struct daemon_t daemon_t;
|
||||
#include <config/attributes/attribute_manager.h>
|
||||
#include <credentials/credential_manager.h>
|
||||
#include <sa/authenticators/eap/eap_manager.h>
|
||||
#include <plugins/plugin_loader.h>
|
||||
|
||||
#ifdef ME
|
||||
#include <sa/connect_manager.h>
|
||||
@@ -251,11 +250,6 @@ struct daemon_t {
|
||||
*/
|
||||
bus_t *bus;
|
||||
|
||||
/**
|
||||
* plugin loader
|
||||
*/
|
||||
plugin_loader_t *plugins;
|
||||
|
||||
/**
|
||||
* A bus listener logging to stdout
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user