fixed feature dependencies for CERT_TRUSTED_PUBKEY

This commit is contained in:
Andreas Steffen
2012-05-05 08:54:36 +02:00
parent 8a5a33b52e
commit 1e26235a0d
2 changed files with 7 additions and 0 deletions
@@ -71,6 +71,8 @@ METHOD(plugin_t, get_features, int,
PLUGIN_SDEPEND(CERT_DECODE, CERT_ANY),
PLUGIN_SDEPEND(CERT_DECODE, CERT_X509),
PLUGIN_SDEPEND(CERT_DECODE, CERT_X509_CRL),
PLUGIN_SDEPEND(CERT_DECODE, CERT_X509_AC),
PLUGIN_SDEPEND(CERT_DECODE, CERT_TRUSTED_PUBKEY),
};
*features = f;
return countof(f);