From: Andreas Steffen Date: Thu, 13 Jun 2013 12:18:15 +0000 (+0200) Subject: Added soft dependency on database plugin X-Git-Tag: 5.1.0dr1~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10bb71261c03e2ae8f79af82846c9159f64b0a7f;p=thirdparty%2Fstrongswan.git Added soft dependency on database plugin --- diff --git a/src/libcharon/plugins/tnc_imv/tnc_imv_plugin.c b/src/libcharon/plugins/tnc_imv/tnc_imv_plugin.c index 612c98add2..d06c2fcaf8 100644 --- a/src/libcharon/plugins/tnc_imv/tnc_imv_plugin.c +++ b/src/libcharon/plugins/tnc_imv/tnc_imv_plugin.c @@ -49,6 +49,7 @@ METHOD(plugin_t, get_features, int, PLUGIN_DEPENDS(CUSTOM, "tnccs-manager"), PLUGIN_SDEPEND(CERT_DECODE, CERT_X509), PLUGIN_SDEPEND(CERT_DECODE, CERT_TRUSTED_PUBKEY), + PLUGIN_SDEPEND(DATABASE, DB_ANY), }; *features = f; return countof(f);