diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-03-07 22:22:42 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-03-07 22:22:42 +0100 |
commit | 8e6775102cae857726601cc4f32dcb774cd4e50b (patch) | |
tree | 0c553c5508e677ab4264a5075f4a495ef1042f02 /res/xml/vpn_authentification.xml | |
parent | 6b9066c712690471727a86bbd56c969c57bf3b0a (diff) |
Add x509-verify-name support to ics-openvpn GUI
--HG--
extra : rebase_source : 58613dd0fdf7a9ea75d59b1ea16c68fb6524138b
Diffstat (limited to 'res/xml/vpn_authentification.xml')
-rw-r--r-- | res/xml/vpn_authentification.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/res/xml/vpn_authentification.xml b/res/xml/vpn_authentification.xml index 619890c7..727cae40 100644 --- a/res/xml/vpn_authentification.xml +++ b/res/xml/vpn_authentification.xml @@ -10,9 +10,8 @@ android:summary="@string/remote_tlscn_check_summary" android:title="@string/remote_tlscn_check_title" /> - <EditTextPreference + <de.blinkt.openvpn.RemoteCNPreference android:dependency="checkRemoteCN" - android:dialogMessage="@string/enter_tlscn_dialog" android:key="remotecn" android:title="@string/enter_tlscn_title" /> |