libimcv requires nonce plugin

This commit is contained in:
Andreas Steffen
2012-07-31 16:46:46 +02:00
parent f701ba8389
commit 3e7565eee0
+1 -1
View File
@@ -108,7 +108,7 @@ bool libimcv_init(void)
} }
if (!lib->plugins->load(lib->plugins, NULL, if (!lib->plugins->load(lib->plugins, NULL,
"sha1 sha2 random gmp pubkey x509")) "sha1 sha2 random nonce gmp pubkey x509"))
{ {
library_deinit(); library_deinit();
return FALSE; return FALSE;