From 71d740cac68f83c77d981368a4c041eb620310ed Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Fri, 24 May 2013 12:56:21 +0200 Subject: Make plugins in standalone libimcv configurable --- src/libimcv/imcv.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/libimcv/imcv.c b/src/libimcv/imcv.c index 6cee0ad8f..f9ecf793d 100644 --- a/src/libimcv/imcv.c +++ b/src/libimcv/imcv.c @@ -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; -- cgit v1.2.3