diff options
author | Martin Willi <martin@strongswan.org> | 2009-09-08 19:48:34 +0200 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2009-09-10 18:52:42 +0200 |
commit | 5b03a350fc7093aa6984dfcafede98fbb62809eb (patch) | |
tree | 0f0ae851da9a7b454913710da1b068afe538f97a /scripts/dh_speed.c | |
parent | 6de28173f08e9ab0707698cb97ec54132b03cfd1 (diff) | |
download | strongswan-5b03a350fc7093aa6984dfcafede98fbb62809eb.tar.bz2 strongswan-5b03a350fc7093aa6984dfcafede98fbb62809eb.tar.xz |
use NULL to load plugins from default plugin directory
Diffstat (limited to 'scripts/dh_speed.c')
-rw-r--r-- | scripts/dh_speed.c | 2 |
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]); |