added missing semicolon
This commit is contained in:
+1
-1
@@ -269,7 +269,7 @@ int main(int argc, char **argv)
|
|||||||
library_init(STRONGSWAN_CONF);
|
library_init(STRONGSWAN_CONF);
|
||||||
lib->plugins->load(lib->plugins, IPSEC_PLUGINDIR,
|
lib->plugins->load(lib->plugins, IPSEC_PLUGINDIR,
|
||||||
lib->settings->get_str(lib->settings, "openac.load",
|
lib->settings->get_str(lib->settings, "openac.load",
|
||||||
"gmp hmac md5 random sha1 sha2 pubkey x509"))
|
"gmp hmac md5 random sha1 sha2 pubkey x509"));
|
||||||
|
|
||||||
/* initialize optionsfrom */
|
/* initialize optionsfrom */
|
||||||
options_t *options = options_create();
|
options_t *options = options_create();
|
||||||
|
|||||||
Reference in New Issue
Block a user