From 63ccb93964419bff13b5ee5c8197372ff64cf1d9 Mon Sep 17 00:00:00 2001 From: zonyitoo Date: Wed, 18 Mar 2020 23:17:14 +0800 Subject: [PATCH] Uses stable version of openssl for windows build --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7029e886..1498cc51 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -64,7 +64,7 @@ jobs: } else { $OpenSSLBits = "32" } - $OpenSSLVersion = "1_1_1d" + $OpenSSLVersion = "1_1_0L" $OpenSSLFileName = "Win${OpenSSLBits}OpenSSL-${OpenSSLVersion}.exe" $ProgressPreference = "SilentlyContinue"