From f3f75cde6488f40f29505c8902bbfe37253c63db Mon Sep 17 00:00:00 2001 From: Charles Munson Date: Fri, 4 Nov 2016 21:31:29 +0100 Subject: [PATCH] Update to OpenSSL 1.0.2j --- README.md | 2 +- build-openssl.bat | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 22b54aa3..9d1ff3b5 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Encfs4win has a few dependencies: * [Dokan library](https://github.com/dokan-dev/dokany) - Handles FUSE portion of software. You can use either legacy (e.g., v0.7.4) or latest (v1.0). * [TinyXML2 library](https://github.com/leethomason/tinyxml2) - Reads and writes configuration files for encfs. * [Easylogging++](https://github.com/easylogging/easyloggingpp) - Provides logging functionality. -* [OpenSSL library](https://github.com/openssl/openssl) - Always use the latest version (currently v1.0.2h). Note that you must have Perl installed in order to build OpenSSL! +* [OpenSSL library](https://github.com/openssl/openssl) - Always use the latest version (currently v1.0.2j). Note that you must have Perl installed in order to build OpenSSL! ### Automated version diff --git a/build-openssl.bat b/build-openssl.bat index c2a71f72..c1b637b8 100644 --- a/build-openssl.bat +++ b/build-openssl.bat @@ -23,8 +23,8 @@ REM along with this program. If not, see . REM versioning variables -set VERSION=1.0.2h -set VERSION_STR=1_0_2h +set VERSION=1.0.2j +set VERSION_STR=1_0_2j set SOURCE_URI=https://github.com/openssl/openssl.git