android: Use static version of libcrypto
System.loadLibrary() searches in system directories first (at least in recent releases), that is, our own build wouldn't actually get used.
This commit is contained in:
@@ -660,7 +660,6 @@ public class CharonVpnService extends VpnService implements Runnable
|
||||
*/
|
||||
static
|
||||
{
|
||||
System.loadLibrary("crypto");
|
||||
System.loadLibrary("strongswan");
|
||||
|
||||
if (MainActivity.USE_BYOD)
|
||||
|
||||
Reference in New Issue
Block a user