From daf44e6fbde97e23c9e39f26d1ed0bd3a0f02ede Mon Sep 17 00:00:00 2001 From: schwabe Date: Sun, 29 Apr 2012 20:29:27 +0200 Subject: Fix static keys --- src/de/blinkt/openvpn/VpnProfile.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/de/blinkt/openvpn/VpnProfile.java b/src/de/blinkt/openvpn/VpnProfile.java index 201bc111..2db89395 100644 --- a/src/de/blinkt/openvpn/VpnProfile.java +++ b/src/de/blinkt/openvpn/VpnProfile.java @@ -241,7 +241,7 @@ public class VpnProfile implements Serializable{ if(mUseTLSAuth) { if(mAuthenticationType==TYPE_STATICKEYS) - cfg+="static "; + cfg+="secret "; else cfg+="tls-auth "; cfg+=mTLSAuthFilename; -- cgit v1.2.3