From fb2a183f99dad618a39e01e3b675d68023070848 Mon Sep 17 00:00:00 2001 From: Shaokai Zhang Date: Wed, 23 Nov 2016 20:11:35 +0800 Subject: [PATCH] Update Makefile openssl-1.0.2f.tar.gz has been removed from ftp://ftp.openssl.org/source/ --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3d2e09d..4bf3bf6 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ LIBUV_LOG := $(TMP)libuv.log # This is the version of OpenSSL to link against. -OPENSSL_VERSION := 1.0.2f +OPENSSL_VERSION := 1.0.2j OPENSSL_ROOT := $(TMP)openssl-$(OPENSSL_VERSION)