From 71a288f56eb45be299782cd630b401e32118b8b6 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Sun, 16 Jun 2013 22:53:40 +0200 Subject: =?UTF-8?q?I=20have=20no=20idea=20what=20I=20am=20doing=20here=20?= =?UTF-8?q?=E2=80=A6..?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/de/blinkt/openvpn/core/X509Utils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/de/blinkt') diff --git a/src/de/blinkt/openvpn/core/X509Utils.java b/src/de/blinkt/openvpn/core/X509Utils.java index d07fcaee..48434b22 100644 --- a/src/de/blinkt/openvpn/core/X509Utils.java +++ b/src/de/blinkt/openvpn/core/X509Utils.java @@ -92,7 +92,7 @@ public class X509Utils { char c = (char) Integer.parseInt(hexstr,16); if (isPrintableChar(c)) { d+=c; - } else if (i==1 && c==0x12) { + } else if (i==1 && (c==0x12 || c==0x1b)) { ; // ignore } else { d += "\\x" + hexstr; -- cgit v1.2.3