From: Andreas Steffen Date: Tue, 31 Jul 2012 14:46:40 +0000 (+0200) Subject: libimcv requires nonce plugin X-Git-Tag: 5.0.1~239 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3e7565eee0236e32ec6f131fb1c4527b99089c82;p=thirdparty%2Fstrongswan.git libimcv requires nonce plugin --- diff --git a/src/libimcv/imcv.c b/src/libimcv/imcv.c index a8c0af47b4..b84548f9bc 100644 --- a/src/libimcv/imcv.c +++ b/src/libimcv/imcv.c @@ -108,7 +108,7 @@ bool libimcv_init(void) } if (!lib->plugins->load(lib->plugins, NULL, - "sha1 sha2 random gmp pubkey x509")) + "sha1 sha2 random nonce gmp pubkey x509")) { library_deinit(); return FALSE;