xpc: build with support for the keychain plugin

This commit is contained in:
Martin Willi
2013-07-18 12:17:55 +02:00
parent e73a653451
commit 5016370390
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -165,7 +165,7 @@ int main(int argc, char *argv[])
if (!charon->initialize(charon,
lib->settings->get_str(lib->settings, "charon-xpc.load",
"random nonce pem pkcs1 openssl kernel-pfkey kernel-pfroute "
"socket-default eap-identity eap-mschapv2")))
"keychain socket-default eap-identity eap-mschapv2")))
{
exit(SS_RC_INITIALIZATION_FAILED);
}