From 9e1e66d4bfc504587302293bb092f3f93e6dc0d5 Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Thu, 5 Jun 2014 13:28:49 -0700 Subject: [PATCH] OpenSSL 1.0.1h --- README.md | 1 + build-libssl.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 28de6c7..b490be2 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ If you have problems building for arm64 please uninstall MacPorts (see #28). * ## Changelog +* 2014-06-05: OpenSSL 1.0.1h * 2014-04-07: OpenSSL 1.0.1g * 2014-03-12: iOS 7.1 support * 2014-01-07: OpenSSL 1.0.1f diff --git a/build-libssl.sh b/build-libssl.sh index 87ab481..03e8ad9 100755 --- a/build-libssl.sh +++ b/build-libssl.sh @@ -21,7 +21,7 @@ ########################################################################### # Change values here # # -VERSION="1.0.1g" # +VERSION="1.0.1h" # SDKVERSION="7.1" # # # ###########################################################################