diff options
Diffstat (limited to 'Documentation/BuildingOnIOS.txt')
-rw-r--r-- | Documentation/BuildingOnIOS.txt | 6 |
1 files changed, 3 insertions, 3 deletions
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 -------- |