summaryrefslogtreecommitdiff
path: root/main/src/skeleton/java
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2023-06-06 17:13:35 +0200
committerArne Schwabe <arne@rfc2549.org>2023-06-06 17:18:28 +0200
commit242b90fa52ccb863c3ea001fa4e7ce5a21939a0b (patch)
tree4d3deb4564888d3608f9976ac3c60168c0901b5e /main/src/skeleton/java
parent4e5bfa766c51584457c292985de0f29dd8270503 (diff)
COrrectly fall back to no encryption if there is an erro with encryption
Diffstat (limited to 'main/src/skeleton/java')
-rw-r--r--main/src/skeleton/java/de/blinkt/openvpn/core/ProfileEncryption.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/skeleton/java/de/blinkt/openvpn/core/ProfileEncryption.java b/main/src/skeleton/java/de/blinkt/openvpn/core/ProfileEncryption.java
index c526a69f..1f5651ab 100644
--- a/main/src/skeleton/java/de/blinkt/openvpn/core/ProfileEncryption.java
+++ b/main/src/skeleton/java/de/blinkt/openvpn/core/ProfileEncryption.java
@@ -15,7 +15,7 @@ import java.security.GeneralSecurityException;
/* Dummy class that supports no encryption */
class ProfileEncryption {
- static void initMasterCryptAlias()
+ static void initMasterCryptAlias(Context context)
{
}