diff options
author | Martijn Kaijser <mcm.kaijser@gmail.com> | 2016-09-22 23:31:46 +0200 |
---|---|---|
committer | Martijn Kaijser <mcm.kaijser@gmail.com> | 2016-09-22 23:31:46 +0200 |
commit | bc977762b7c596702811c1721d4f42e09bc1c5f9 (patch) | |
tree | 1cccdaeba01201abfdae0a9c5afb223c11bc7261 /tools | |
parent | 779579cd9f36ad110e05bd75fafd7d911cacc42d (diff) |
[depends] openssl 1.0.2i
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 3c536a7cf2..05b8abdf71 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.2h +VERSION=1.0.2i SOURCE=$(LIBNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.gz |