aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/libcharon/plugins/kernel_wfp/kernel_wfp_plugin.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libcharon/plugins/kernel_wfp/kernel_wfp_plugin.c b/src/libcharon/plugins/kernel_wfp/kernel_wfp_plugin.c
index 3260c7eed..e465b0a76 100644
--- a/src/libcharon/plugins/kernel_wfp/kernel_wfp_plugin.c
+++ b/src/libcharon/plugins/kernel_wfp/kernel_wfp_plugin.c
@@ -43,6 +43,8 @@ METHOD(plugin_t, get_features, int,
static plugin_feature_t f[] = {
PLUGIN_CALLBACK(kernel_ipsec_register, kernel_wfp_ipsec_create),
PLUGIN_PROVIDE(CUSTOM, "kernel-ipsec"),
+ PLUGIN_DEPENDS(RNG, RNG_WEAK),
+ PLUGIN_DEPENDS(RNG, RNG_STRONG),
};
*features = f;
return countof(f);