Skip to content

Commit

Permalink
Revert "[Windows] Update OpenSSL version to 3.x (#6837)" (#6891)
Browse files Browse the repository at this point in the history
This reverts commit 9753e73.
  • Loading branch information
mikhailkoliada authored Jan 9, 2023
1 parent 68f38ef commit e6fcf60
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion images/win/toolsets/toolset-2019.json
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,10 @@
{ "name": "innosetup" },
{ "name": "jq" },
{ "name": "NuGet.CommandLine" },
{ "name": "openssl.light" },
{
"name": "openssl.light",
"args": [ "--version=1.1.1.20181020" ]
},
{ "name": "packer" },
{ "name": "strawberryperl" },
{ "name": "pulumi" },
Expand Down
5 changes: 4 additions & 1 deletion images/win/toolsets/toolset-2022.json
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,10 @@
{ "name": "innosetup" },
{ "name": "jq" },
{ "name": "NuGet.CommandLine" },
{ "name": "openssl.light" },
{
"name": "openssl.light",
"args": [ "--version=1.1.1.20181020" ]
},
{ "name": "packer" },
{ "name": "strawberryperl" },
{ "name": "pulumi" },
Expand Down

0 comments on commit e6fcf60

Please sign in to comment.