Skip to content

Commit

Permalink
Fixed #1
Browse files Browse the repository at this point in the history
  • Loading branch information
Frugghi committed Apr 16, 2016
1 parent dc96a8e commit a2e43f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ The current version supports armv7, armv7s, arm64, i386, x86_64 architectures.

## Tested with

- Xcode: 7.2.1
- iOS SDK: 9.2
- Xcode: 7.3.0
- iOS SDK: 9.3
- MacOS SDK: 10.11
- Libssh2: 1.6.0
- OpenSSL: 1.0.2f
- Libssh2: 1.7.0
- OpenSSL: 1.0.2g
- Architectures: armv7, armv7s, arm64, i386, x86_64

## How to use
Expand Down
2 changes: 1 addition & 1 deletion iSSH2-openssl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ do
PLATFORM="MacOSX"
CONF=""
else
CONF="no-asm no-hw no-engine"
CONF="no-asm no-hw"
if [ "$ARCH" == "i386" -o "$ARCH" == "x86_64" ];
then
PLATFORM="iPhoneSimulator"
Expand Down

0 comments on commit a2e43f5

Please sign in to comment.