From d533881dcb164695ec142f8213cdb0300e134b54 Mon Sep 17 00:00:00 2001 From: stu1130 Date: Mon, 29 Apr 2019 15:39:00 -0700 Subject: [PATCH] fix the wrong version --- tools/dependencies/openssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/dependencies/openssl.sh b/tools/dependencies/openssl.sh index 875dd8b01324..065e7e0348b3 100755 --- a/tools/dependencies/openssl.sh +++ b/tools/dependencies/openssl.sh @@ -19,7 +19,7 @@ # This script builds the static library of openssl that can be used as dependency of mxnet. set -ex -OPENSSL_VERSION=1.1.0k +OPENSSL_VERSION=1.1.0j if [[ ! -f $DEPS_PATH/lib/libssl.a ]] || [[ ! -f $DEPS_PATH/lib/libcrypto.a ]]; then # download and build openssl >&2 echo "Building openssl..."