libimcv requires nonce plugin

This commit is contained in:
Andreas Steffen 2012-07-31 16:46:40 +02:00
parent f701ba8389
commit 3e7565eee0
1 changed files with 1 additions and 1 deletions

View 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;