diff options
Diffstat (limited to 'src/scepclient')
-rw-r--r-- | src/scepclient/Makefile.am | 1 | ||||
-rw-r--r-- | src/scepclient/scepclient.c | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/scepclient/Makefile.am b/src/scepclient/Makefile.am index 063806916..8a2837d5f 100644 --- a/src/scepclient/Makefile.am +++ b/src/scepclient/Makefile.am @@ -17,7 +17,6 @@ INCLUDES = \ AM_CFLAGS = \ -DIPSEC_CONFDIR=\"${sysconfdir}\" \ --DIPSEC_PLUGINDIR=\"${plugindir}\" \ -DPLUGINS=\""${pluto_plugins}\"" \ -DSTRONGSWAN_CONF=\"${strongswan_conf}\" \ -DDEBUG -DNO_PLUTO diff --git a/src/scepclient/scepclient.c b/src/scepclient/scepclient.c index 7a9e1ff48..4b9c02e36 100644 --- a/src/scepclient/scepclient.c +++ b/src/scepclient/scepclient.c @@ -759,7 +759,7 @@ int main(int argc, char **argv) init_log("scepclient"); /* load plugins, further infrastructure may need it */ - if (!lib->plugins->load(lib->plugins, IPSEC_PLUGINDIR, + if (!lib->plugins->load(lib->plugins, NULL, lib->settings->get_str(lib->settings, "scepclient.load", PLUGINS))) { exit_scepclient("plugin loading failed"); |