From a6756d410fc1a8f9e7edd22c8dc8974bf06eda88 Mon Sep 17 00:00:00 2001 From: pelya Date: Sun, 3 Jul 2016 03:08:53 +0300 Subject: [PATCH] SDL: oops, forgot to bump OpenSSL version in Java code --- project/java/Globals.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/java/Globals.java b/project/java/Globals.java index b9f94a567..5d0983628 100644 --- a/project/java/Globals.java +++ b/project/java/Globals.java @@ -32,7 +32,7 @@ class Globals public static String ApplicationName = "CommanderGenius"; public static String AppLibraries[] = { "sdl-1.2", }; public static String AppMainLibraries[] = { "application", "sdl_main" }; - public static String LibraryNamesMap[][] = { { "crypto", "crypto.so.sdl.0" }, { "ssl", "ssl.so.sdl.0" }, { "curl", "curl-sdl" } }; // Because some libraries are named differently to not clash with system libs + public static String LibraryNamesMap[][] = { { "crypto", "crypto.so.sdl.1" }, { "ssl", "ssl.so.sdl.1" }, { "curl", "curl-sdl" } }; // Because some libraries are named differently to not clash with system libs public static final boolean Using_SDL_1_3 = false; public static final boolean Using_SDL_2_0 = false; public static String[] DataDownloadUrl = { "Data files are 2 Mb|https://sourceforge.net/projects/libsdl-android/files/CommanderGenius/commandergenius-data.zip/download", "High-quality GFX and music - 40 Mb|https://sourceforge.net/projects/libsdl-android/files/CommanderGenius/commandergenius-hqp.zip/download" };