From: Martin Willi Date: Wed, 1 May 2013 09:06:11 +0000 (+0200) Subject: xpc: don't send certificate requests, there are too many when using keychain X-Git-Tag: 5.1.0rc1~25^2~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc74e182230b3177079fb33ebfde5da26a57494e;p=thirdparty%2Fstrongswan.git xpc: don't send certificate requests, there are too many when using keychain --- diff --git a/src/frontends/osx/charon-xpc/xpc_dispatch.c b/src/frontends/osx/charon-xpc/xpc_dispatch.c index f9f488118f..a6e6c9b73e 100644 --- a/src/frontends/osx/charon-xpc/xpc_dispatch.c +++ b/src/frontends/osx/charon-xpc/xpc_dispatch.c @@ -71,7 +71,7 @@ static peer_cfg_t* create_peer_cfg(char *name, char *host) { remote_port = IKEV2_NATT_PORT; } - ike_cfg = ike_cfg_create(IKEV2, TRUE, FALSE, "0.0.0.0", FALSE, local_port, + ike_cfg = ike_cfg_create(IKEV2, FALSE, FALSE, "0.0.0.0", FALSE, local_port, host, FALSE, remote_port, FRAGMENTATION_NO, 0); ike_cfg->add_proposal(ike_cfg, proposal_create_default(PROTO_IKE)); peer_cfg = peer_cfg_create(name, ike_cfg,