You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,11 @@ You must build the OpenSSL-Libraries before running the sample with:
9
9
./build-libssl.sh
10
10
```
11
11
12
+
For all options see the help
13
+
```bash
14
+
./build-libssl.sh --help
15
+
```
16
+
12
17
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.
13
18
14
19
## System support
@@ -23,7 +28,7 @@ If you have problems building for arm64 please uninstall MacPorts (see [#28](htt
0 commit comments