]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
android: libpts does not exist anymore, don't attempt to load it
authorTobias Brunner <tobias@strongswan.org>
Tue, 14 Oct 2014 08:12:02 +0000 (10:12 +0200)
committerTobias Brunner <tobias@strongswan.org>
Tue, 14 Oct 2014 08:12:16 +0000 (10:12 +0200)
src/frontends/android/src/org/strongswan/android/logic/CharonVpnService.java

index 5707f4fb6183b1ac82a3d867f660a1229fdcb136..c8f3b344fd173abae342ccf5d94cf1038429a318 100644 (file)
@@ -735,7 +735,6 @@ public class CharonVpnService extends VpnService implements Runnable
                        System.loadLibrary("tncif");
                        System.loadLibrary("tnccs");
                        System.loadLibrary("imcv");
-                       System.loadLibrary("pts");
                }
 
                System.loadLibrary("hydra");