diff options
Diffstat (limited to 'src/openac/openac.c')
-rwxr-xr-x | src/openac/openac.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/openac/openac.c b/src/openac/openac.c index 2ef898996..e0f07fb08 100755 --- a/src/openac/openac.c +++ b/src/openac/openac.c @@ -268,8 +268,7 @@ int main(int argc, char **argv) /* initialize library */ library_init(STRONGSWAN_CONF); lib->plugins->load(lib->plugins, IPSEC_PLUGINDIR, - lib->settings->get_str(lib->settings, "openac.load", - "gmp hmac md5 random sha1 sha2 pubkey x509")); + lib->settings->get_str(lib->settings, "openac.load", PLUGINS)); /* initialize optionsfrom */ options_t *options = options_create(); |