We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c6b17fa + c5f0e16 commit 61a3955Copy full SHA for 61a3955
README.md
@@ -23,6 +23,7 @@ If you have problems building for arm64 please uninstall MacPorts (see #28).
23
* <http://www.x2on.de/2010/07/13/tutorial-iphone-app-with-compiled-openssl-1-0-0a-library/>
24
25
## Changelog
26
+* 2015-06-11: OpenSSL 1.0.2b
27
* 2015-03-19: OpenSSL 1.0.2a
28
* 2015-01-28: OpenSSL 1.0.2
29
* 2015-01-10: OpenSSL 1.0.1k
build-libssl.sh
@@ -21,7 +21,7 @@
21
###########################################################################
22
# Change values here #
#
-VERSION="1.0.2a" #
+VERSION="1.0.2b" #
SDKVERSION=`xcrun -sdk iphoneos --show-sdk-version` #
# #
0 commit comments