summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Wagner <daniel.wagner@bmw-carit.de>2011-05-16 22:54:51 +0200
committerSamuel Ortiz <sameo@linux.intel.com>2011-05-22 23:06:49 +0200
commitb97fff4ad969dafd7420de886699af11723b46c3 (patch)
tree7e64e35a9b15b26b8deda3966f16f75d4e5cb2ee
parent94f1cdb86c21bc043803196dc0b3406a0cc75e7e (diff)
downloadconnman-b97fff4ad969dafd7420de886699af11723b46c3.tar.gz
connman-b97fff4ad969dafd7420de886699af11723b46c3.tar.bz2
connman-b97fff4ad969dafd7420de886699af11723b46c3.zip
openvpn: Add remote-cert-tls
-rw-r--r--plugins/openvpn.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/openvpn.c b/plugins/openvpn.c
index b1cad607..2b933b95 100644
--- a/plugins/openvpn.c
+++ b/plugins/openvpn.c
@@ -61,6 +61,7 @@ struct {
{ "OpenVPN.Cipher", "--cipher" },
{ "OpenVPN.Auth", "--auth" },
{ "OpenVPN.CompLZO", "--comp-lzo" },
+ { "OpenVPN.RemoteCertTls", "--remote-cert-tls" },
};
static void ov_append_dns_entries(const char *key, const char *value,