]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
libimcv requires nonce plugin
authorAndreas Steffen <andreas.steffen@strongswan.org>
Tue, 31 Jul 2012 14:46:40 +0000 (16:46 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Tue, 31 Jul 2012 14:46:46 +0000 (16:46 +0200)
src/libimcv/imcv.c

index a8c0af47b454edfe9afba6a07bcc84a8acc0e1fd..b84548f9bc3e1a28ea2cd154d80604151d7588a7 100644 (file)
@@ -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;