Skip to content

Commit 7be2375

Browse files
committed
Merge pull request #53 from x2on/OpenSSL-1.0.2d
OpenSSL 1.0.2d
2 parents ee1533d + a7973c4 commit 7be2375

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You must build the OpenSSL-Libraries before running the sample with:
1212
This repository contains a iOS 8.0 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.
1313

1414
## System support
15-
**iOS 4.3 - iOS 8.3 (i386, x86_64, armv7, armv7s, armv64) is currently supported.**
15+
**iOS 4.3 - iOS 8.4 (i386, x86_64, armv7, armv7s, armv64) is currently supported.**
1616

1717
For iOS < 4.3 you must use iOS SDK < 6.0 and an older version of the build script.
1818

@@ -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-07-09: OpenSSL 1.0.2d, iOS 8.4
2627
* 2015-06-15: OpenSSL 1.0.2c, iOS 8.3
2728
* 2015-06-11: OpenSSL 1.0.2b
2829
* 2015-03-19: OpenSSL 1.0.2a

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.2c" #
24+
VERSION="1.0.2d" #
2525
SDKVERSION=`xcrun -sdk iphoneos --show-sdk-version` #
2626
# #
2727
###########################################################################

0 commit comments

Comments
 (0)