Fix a few typos
This commit is contained in:
parent
dabd38fcd4
commit
df0a33c762
|
@ -9,7 +9,7 @@ You must build the OpenSSL-Libraries before running the sample with:
|
||||||
./build-libssl.sh
|
./build-libssl.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
This repository contains a iOS 9.1 Xcode Project with usese the OpenSSL Libaries. The examples uses the MD5 or SHA256-algorithm to calculate an md5 or sha256 hash from an UITextfield.
|
This repository contains an iOS 9.1 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.
|
||||||
|
|
||||||
## System support
|
## System support
|
||||||
**iOS 7.0 - iOS 9.3 (i386, x86_64, armv7, armv7s, armv64, bitcode) and tvOS are currently supported.**
|
**iOS 7.0 - iOS 9.3 (i386, x86_64, armv7, armv7s, armv64, bitcode) and tvOS are currently supported.**
|
||||||
|
|
Loading…
Reference in New Issue