summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/BuildingOnAndroid.txt6
-rw-r--r--Documentation/BuildingOnIOS.txt6
2 files changed, 6 insertions, 6 deletions
diff --git a/Documentation/BuildingOnAndroid.txt b/Documentation/BuildingOnAndroid.txt
index 7122aca..8a29895 100644
--- a/Documentation/BuildingOnAndroid.txt
+++ b/Documentation/BuildingOnAndroid.txt
@@ -32,9 +32,9 @@ Preparation of Build Environment
1.3 OpenSSL
cd 3rdParty/OpenSSL
- curl -O http://www.openssl.org/source/openssl-1.0.0a.tar.gz
- tar -xf openssl-1.0.0a.tar.gz
- mv openssl-1.0.0a openssl
+ curl -O http://www.openssl.org/source/openssl-1.0.1j.tar.gz
+ tar -xf openssl-1.0.1j.tar.gz
+ mv openssl-1.0.1j openssl
2. Patch 3rd-party dependencies
patch -p0 < 3rdParty/Ldns/01_andoird_compilation_fixes.diff
diff --git a/Documentation/BuildingOnIOS.txt b/Documentation/BuildingOnIOS.txt
index f269b9e..e310ca1 100644
--- a/Documentation/BuildingOnIOS.txt
+++ b/Documentation/BuildingOnIOS.txt
@@ -17,9 +17,9 @@ Preparation of Build Environment
1.1 OpenSSL
cd 3rdParty/OpenSSL
- curl -O http://www.openssl.org/source/openssl-1.0.0a.tar.gz
- tar -xf openssl-1.0.0a.tar.gz
- mv openssl-1.0.0a openssl
+ curl -O http://www.openssl.org/source/openssl-1.0.1j.tar.gz
+ tar -xf openssl-1.0.1j.tar.gz
+ mv openssl-1.0.1j openssl
Building
--------