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:
Martin Willi
2008-05-15 14:01:26 +00:00
parent 84770ded1e
commit a3d92a3745
21 changed files with 169 additions and 118 deletions
+1
View File
@@ -259,6 +259,7 @@ char *whitelist[] = {
"setlocale",
/* ignore dlopen, as we do not dlclose to get proper leak reports */
"dlopen",
"dlerror",
/* mysql functions */
"mysql_init_character_set",
"init_client_errs",