Update for openssl-1.1.1b
This commit is contained in:
parent
c06ee3d6dc
commit
3d1d1e4ca0
2 changed files with 20 additions and 11 deletions
|
@ -14,9 +14,9 @@ Usage
|
|||
=================
|
||||
Copy the following lines to your Terminal.app
|
||||
```
|
||||
curl -O http://www.openssl.org/source/openssl-1.1.1.tar.gz
|
||||
tar xf openssl-1.1.1.tar.gz
|
||||
cd openssl-1.1.1
|
||||
curl -O https://www.openssl.org/source/openssl-1.1.1b.tar.gz
|
||||
tar xf openssl-1.1.1b.tar.gz
|
||||
cd openssl-1.1.1b
|
||||
curl https://raw.githubusercontent.com/sinofool/build-openssl-ios/master/build_openssl_dist.sh |bash
|
||||
```
|
||||
Find the result folder openssl-ios-dist on your desktop.
|
||||
|
|
|
@ -1,8 +1,17 @@
|
|||
1636a1637,1643
|
||||
> "ios64sim-cross" => {
|
||||
> inherit_from => [ "darwin-common", asm("no_asm") ],
|
||||
> cflags => add("-arch x86_64 -DOPENSSL_NO_ASM -mios-version-min=7.0.0 -isysroot \$(CROSS_TOP)/SDKs/\$(CROSS_SDK) -fno-common"),
|
||||
> sys_id => "iOS",
|
||||
> bn_ops => "SIXTY_FOUR_BIT_LONG RC4_CHAR",
|
||||
> perlasm_scheme => "ios64",
|
||||
> },
|
||||
diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf
|
||||
--- a/Configurations/10-main.conf
|
||||
+++ b/Configurations/10-main.conf
|
||||
@@ -1640,6 +1640,13 @@ my %targets = (
|
||||
sys_id => "VXWORKS",
|
||||
lflags => add("-r"),
|
||||
},
|
||||
+ "ios64sim-cross" => {
|
||||
+ inherit_from => [ "darwin-common", asm("no_asm") ],
|
||||
+ cflags => add("-arch x86_64 -DOPENSSL_NO_ASM -mios-version-min=7.0.0 -isysroot \$(CROSS_TOP)/SDKs/\$(CROSS_SDK) -fno-common"),
|
||||
+ sys_id => "iOS",
|
||||
+ bn_ops => "SIXTY_FOUR_BIT_LONG RC4_CHAR",
|
||||
+ perlasm_scheme => "ios64",
|
||||
+ },
|
||||
"vxworks-simlinux" => {
|
||||
inherit_from => [ "BASE_unix" ],
|
||||
CC => "ccpentium",
|
||||
|
|
Loading…
Reference in a new issue