ipseckey: Depend on plugin features to create public key and certificate objects

This commit is contained in:
Tobias Brunner 2013-08-29 15:25:23 +02:00
parent 6ecf1aab35
commit de5ea570f1
1 changed files with 2 additions and 0 deletions

View File

@ -109,6 +109,8 @@ METHOD(plugin_t, get_features, int,
PLUGIN_CALLBACK((plugin_feature_callback_t)plugin_cb, NULL),
PLUGIN_PROVIDE(CUSTOM, "ipseckey"),
PLUGIN_DEPENDS(RESOLVER),
PLUGIN_DEPENDS(PUBKEY, KEY_RSA),
PLUGIN_DEPENDS(CERT_ENCODE, CERT_TRUSTED_PUBKEY),
};
*features = f;
return countof(f);