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