Make plugins in standalone libimcv configurable

This commit is contained in:
Andreas Steffen 2013-05-24 12:56:21 +02:00
parent f8298b9f98
commit 71d740cac6
1 changed files with 2 additions and 1 deletions

View File

@ -118,7 +118,8 @@ bool libimcv_init(void)
openlog("imcv", 0, LOG_DAEMON);
if (!lib->plugins->load(lib->plugins, NULL,
"sha1 sha2 random nonce gmp pubkey x509"))
lib->settings->get_str(lib->settings, "libimcv.load",
"random nonce gmp pubkey x509")))
{
library_deinit();
return FALSE;