Skip to content
This repository was archived by the owner on Mar 21, 2020. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ OS := $(shell uname -s)
# This is the SHA of the commit on Github of the libuv project that we will
# build against.

LIBUV_SHA := 1daff47ae9df55902f07d3c5b8a3a393306a2f1e
LIBUV_SHA := d989902ac658b4323a4f4020446e6f4dc449e25c

LIBUV_ROOT := $(TMP)libuv-$(LIBUV_SHA)
LIBUV_A := $(LIBUV_ROOT)/.libs/libuv.a
Expand All @@ -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.2h

OPENSSL_ROOT := $(TMP)openssl-$(OPENSSL_VERSION)

Expand Down