aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/dh_speed.c
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/dh_speed.c')
-rw-r--r--scripts/dh_speed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dh_speed.c b/scripts/dh_speed.c
index 5a57badb6..80a1d2d30 100644
--- a/scripts/dh_speed.c
+++ b/scripts/dh_speed.c
@@ -102,7 +102,7 @@ int main(int argc, char *argv[])
}
library_init(STRONGSWAN_CONF);
- lib->plugins->load(lib->plugins, IPSEC_PLUGINDIR, argv[1]);
+ lib->plugins->load(lib->plugins, NULL, argv[1]);
atexit(library_deinit);
rounds = atoi(argv[2]);