diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2012-05-05 08:54:36 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2012-05-05 08:54:36 +0200 |
commit | 1e26235a0db3f6f797c9736e6f1ae23d8b8d0ca2 (patch) | |
tree | 5f90c08274368048be22da96fbd0702aa572f526 /src/libcharon/plugins/stroke/stroke_plugin.c | |
parent | 8a5a33b52e4ba1a9b603e5ff32ce1fc60515dd34 (diff) | |
download | strongswan-1e26235a0db3f6f797c9736e6f1ae23d8b8d0ca2.tar.bz2 strongswan-1e26235a0db3f6f797c9736e6f1ae23d8b8d0ca2.tar.xz |
fixed feature dependencies for CERT_TRUSTED_PUBKEY
Diffstat (limited to 'src/libcharon/plugins/stroke/stroke_plugin.c')
-rw-r--r-- | src/libcharon/plugins/stroke/stroke_plugin.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libcharon/plugins/stroke/stroke_plugin.c b/src/libcharon/plugins/stroke/stroke_plugin.c index 53b97e7bb..4e47a120d 100644 --- a/src/libcharon/plugins/stroke/stroke_plugin.c +++ b/src/libcharon/plugins/stroke/stroke_plugin.c @@ -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); |