Skip to content

Commit 4ae22c2

Browse files
committed
Merge pull request #73 from x2on/x2on-patch-1
OpenSSL 1.0.2e
2 parents 7346a5f + 94a10cc commit 4ae22c2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ If you have problems building for arm64 please uninstall MacPorts (see #28).
2323
* <http://www.x2on.de/2010/07/13/tutorial-iphone-app-with-compiled-openssl-1-0-0a-library/>
2424

2525
## Changelog
26+
* 2015-12-03: OpenSSL 1.0.2e
2627
* 2015-11-17: tvOS example app, Migrate to Swift for example app
2728
* 2015-11-16: tvOS support
2829
* 2015-10-25: Xcode 7.1 support

build-libssl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
###########################################################################
2222
# Change values here #
2323
#
24-
VERSION="1.0.2d" #
24+
VERSION="1.0.2e" #
2525
IOS_SDKVERSION=`xcrun -sdk iphoneos --show-sdk-version`
2626
TVOS_SDKVERSION=`xcrun -sdk appletvos --show-sdk-version` #
2727
CONFIG_OPTIONS=""

0 commit comments

Comments
 (0)