Skip to content

Commit 797a82d

Browse files
committed
Bump to 1.1.1o
1 parent d2c59eb commit 797a82d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.1m-1
1+
1.1.1o-0

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
![macOS Catalyst support](https://img.shields.io/badge/macOS%20Catalyst-10.14+-blue.svg)
66
![watchOS support](https://img.shields.io/badge/watchOS-4.0+-blue.svg)
77
![tvOS support](https://img.shields.io/badge/tvOS-12+-blue.svg)
8-
![OpenSSL version](https://img.shields.io/badge/OpenSSL-1.1.1m-green.svg)
8+
![OpenSSL version](https://img.shields.io/badge/OpenSSL-1.1.1o-green.svg)
99
[![license](https://img.shields.io/badge/license-Apache%202.0-lightgrey.svg)](LICENSE)
1010

1111
This is a fork of the popular work by [Felix Schulze](https://github.com/x2on), that is a set of scripts for using self-compiled builds of the OpenSSL library on the iPhone and the Apple TV.
@@ -14,16 +14,16 @@ However, this repository focuses more on framework-based setups and also adds ma
1414

1515
# Compile library
1616

17-
Compile OpenSSL 1.1.1m for all targets:
17+
Compile OpenSSL 1.1.1o for all targets:
1818

1919
```
20-
./build-libssl.sh --version=1.1.1m
20+
./build-libssl.sh --version=1.1.1o
2121
```
2222

23-
Compile OpenSSL 1.1.1m for specific targets:
23+
Compile OpenSSL 1.1.1o for specific targets:
2424

2525
```
26-
./build-libssl.sh --version=1.1.1m --targets="ios64-cross-arm64 macos64-x86_64 macos64-arm64"
26+
./build-libssl.sh --version=1.1.1o --targets="ios64-cross-arm64 macos64-x86_64 macos64-arm64"
2727
```
2828

2929
For all options see:

build-libssl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ set -u
2525
# SCRIPT DEFAULTS
2626

2727
# Default version in case no version is specified
28-
DEFAULTVERSION="1.1.1m"
28+
DEFAULTVERSION="1.1.1o"
2929

3030
# Default (=full) set of targets (OpenSSL >= 1.1.1) to build
3131
DEFAULTTARGETS=`cat <<TARGETS

0 commit comments

Comments
 (0)