Skip to content

Commit

Permalink
Pin openssl to 1.1.1n (#3575)
Browse files Browse the repository at this point in the history
* Pin openssl to 1.1.1n

* Updated vcpkg commit to one containing OpenSSL 1.1.1n

* Fixed version number in vcpkg.json
  • Loading branch information
LarryOsterman authored Apr 22, 2022
1 parent 42eff2e commit 81750e9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 15 deletions.
2 changes: 1 addition & 1 deletion eng/vcpkg-commit.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
be5c4ef68b51142ba705f0678b45d284977de677
f0aa678b7471497f1adedcc99f40e1599ad22f69
35 changes: 21 additions & 14 deletions vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,23 @@
{
"name": "azure-sdk-for-cpp",
"version-string": "1.0.0",
"dependencies": [
{
"name": "curl"
},
{
"name": "libxml2",
"platform": "!windows & !uwp"
},
{
"name": "openssl"
}
]
"name": "azure-sdk-for-cpp",
"version": "1.5.0",
"builtin-baseline": "f0aa678b7471497f1adedcc99f40e1599ad22f69",
"dependencies": [
{
"name": "curl"
},
{
"name": "libxml2",
"platform": "!windows & !uwp"
},
{
"name": "openssl"
}
],
"overrides": [
{
"name": "openssl",
"version-string": "1.1.1n"
}
]
}

0 comments on commit 81750e9

Please sign in to comment.