Skip to content

Commit 1d27fe8

Browse files
authored
Merge branch 'master' into framework-bitcode-check
2 parents 0562fc6 + ac9f3c2 commit 1d27fe8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ You must build the OpenSSL-Libraries before running the sample with:
99
./build-libssl.sh
1010
```
1111

12+
For all options see the help
13+
```bash
14+
./build-libssl.sh --help
15+
```
16+
1217
This repository contains an iOS 10.0 Xcode Project which uses the OpenSSL Libraries. The examples uses the MD5 or SHA256-algorithm to calculate an md5 or sha256 hash from an UITextfield.
1318

1419
## System support
@@ -23,7 +28,7 @@ If you have problems building for arm64 please uninstall MacPorts (see [#28](htt
2328
* <http://www.x2on.de/2010/07/13/tutorial-iphone-app-with-compiled-openssl-1-0-0a-library/>
2429

2530
## Changelog
26-
* 2016-09-18: Xcode 8 support, iOS 10.0
31+
* 2016-09-18: Xcode 8 support, iOS 10.0, Add command line options, Optimize build
2732
* 2016-08-09: Xcode 7.3 support, iOS 9.3
2833
* 2016-05-04: OpenSSL 1.0.2h
2934
* 2015-12-11: Xcode 7.2 support, iOS 9.2

0 commit comments

Comments
 (0)