diff options
author | Rechi <Rechi@users.noreply.github.com> | 2016-09-26 18:11:58 +0200 |
---|---|---|
committer | Rechi <Rechi@users.noreply.github.com> | 2016-09-26 18:11:58 +0200 |
commit | be43423bdf8701ca6c1b0cc3f38c6c6e6739dca7 (patch) | |
tree | 0d4fb3822c1fce85ae031469599d417310359c4d /tools | |
parent | d51d4ae96ba67e852accd7c58cd66cff14ca50e2 (diff) |
[depends] Bump openssl to 1.0.2j
Diffstat (limited to 'tools')
-rw-r--r-- | tools/depends/target/openssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/target/openssl/Makefile b/tools/depends/target/openssl/Makefile index 05b8abdf71..def05255ed 100644 --- a/tools/depends/target/openssl/Makefile +++ b/tools/depends/target/openssl/Makefile @@ -3,7 +3,7 @@ DEPS= ../../Makefile.include Makefile # lib name, version LIBNAME=openssl -VERSION=1.0.2i +VERSION=1.0.2j SOURCE=$(LIBNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.gz |