Merge pull request #73 from x2on/x2on-patch-1

OpenSSL 1.0.2e
This commit is contained in:
Felix Schulze 2015-12-05 22:38:52 +01:00
commit 4ae22c271e
2 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@ If you have problems building for arm64 please uninstall MacPorts (see #28).
* <http://www.x2on.de/2010/07/13/tutorial-iphone-app-with-compiled-openssl-1-0-0a-library/>
## Changelog
* 2015-12-03: OpenSSL 1.0.2e
* 2015-11-17: tvOS example app, Migrate to Swift for example app
* 2015-11-16: tvOS support
* 2015-10-25: Xcode 7.1 support

View File

@ -21,7 +21,7 @@
###########################################################################
# Change values here #
#
VERSION="1.0.2d" #
VERSION="1.0.2e" #
IOS_SDKVERSION=`xcrun -sdk iphoneos --show-sdk-version`
TVOS_SDKVERSION=`xcrun -sdk appletvos --show-sdk-version` #
CONFIG_OPTIONS=""