loading default modules depending on configure options

This commit is contained in:
Martin Willi
2008-05-16 08:52:32 +00:00
parent d8ff9eee6b
commit 1ba62b5562
12 changed files with 107 additions and 35 deletions
+1 -2
View File
@@ -382,8 +382,7 @@ static bool initialize(private_daemon_t *this, bool syslog, level_t levels[])
/* load plugins, further infrastructure may need it */
lib->plugins->load(lib->plugins, IPSEC_PLUGINDIR,
lib->settings->get_str(lib->settings, "charon.load",
"aes des gmp hmac md5 random sha1 sha2 pubkey x509 xcbc stroke"));
lib->settings->get_str(lib->settings, "charon.load", PLUGINS));
this->public.ike_sa_manager = ike_sa_manager_create();
if (this->public.ike_sa_manager == NULL)