Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
fix the wrong version
Browse files Browse the repository at this point in the history
  • Loading branch information
stu1130 committed Apr 29, 2019
1 parent 6ed706c commit d533881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/dependencies/openssl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
Expand Down

0 comments on commit d533881

Please sign in to comment.