Skip to content

Commit

Permalink
Update to OpenSSL 1.0.2j
Browse files Browse the repository at this point in the history
  • Loading branch information
jetwhiz committed Nov 4, 2016
1 parent 4ec8ee7 commit f3f75cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions build-openssl.bat
Expand Up @@ -23,8 +23,8 @@ REM along with this program. If not, see <http://www.gnu.org/licenses/>.


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


Expand Down

0 comments on commit f3f75cd

Please sign in to comment.