summaryrefslogtreecommitdiff
path: root/main/src/main/java
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2021-10-13 19:24:42 +0200
committerArne Schwabe <arne@rfc2549.org>2021-10-13 19:24:42 +0200
commit9ca366fb2db61926021866a37e14c332ebc57c59 (patch)
treea45ed863cf2c171bd16f553055edade89b957fb6 /main/src/main/java
parent893ce60f739bb3432eecf540329b732debb38ed3 (diff)
Fix summary of Auth settings dialog and add TLS Profile setting
Diffstat (limited to 'main/src/main/java')
-rw-r--r--main/src/main/java/de/blinkt/openvpn/VpnProfile.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/src/main/java/de/blinkt/openvpn/VpnProfile.java b/main/src/main/java/de/blinkt/openvpn/VpnProfile.java
index 115a9d03..84e7975d 100644
--- a/main/src/main/java/de/blinkt/openvpn/VpnProfile.java
+++ b/main/src/main/java/de/blinkt/openvpn/VpnProfile.java
@@ -170,6 +170,7 @@ public class VpnProfile implements Serializable, Cloneable {
public String mPeerFingerPrints = "";
public int mCompatMode = 0;
public boolean mUseLegacyProvider = false;
+ public String mTlSCertProfile = "";
private transient PrivateKey mPrivateKey;
// Public attributes, since I got mad with getter/setter