From 13175a4f41433297cd2548106fd36b19880b26cf Mon Sep 17 00:00:00 2001 From: George Arama <50641385+gearama@users.noreply.github.com> Date: Mon, 21 Mar 2022 13:59:20 -0700 Subject: [PATCH] Openssl1.1.1 (#3457) * open ssl 1.1.1n * manifests and vcpkg for attestation * opensll - > git * oops git * set 1.1.1n as min version --- sdk/attestation/azure-security-attestation/vcpkg/vcpkg.json | 2 +- sdk/core/azure-core/vcpkg/vcpkg.json | 2 +- sdk/storage/azure-storage-common/vcpkg/vcpkg.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sdk/attestation/azure-security-attestation/vcpkg/vcpkg.json b/sdk/attestation/azure-security-attestation/vcpkg/vcpkg.json index 282c2ce3f..29d7e968d 100644 --- a/sdk/attestation/azure-security-attestation/vcpkg/vcpkg.json +++ b/sdk/attestation/azure-security-attestation/vcpkg/vcpkg.json @@ -26,7 +26,7 @@ }, { "name": "openssl", - "version": "1.1.1n" + "version>=": "1.1.1n" } ] } diff --git a/sdk/core/azure-core/vcpkg/vcpkg.json b/sdk/core/azure-core/vcpkg/vcpkg.json index d8846f3e0..2b29b7270 100644 --- a/sdk/core/azure-core/vcpkg/vcpkg.json +++ b/sdk/core/azure-core/vcpkg/vcpkg.json @@ -14,7 +14,7 @@ { "name": "openssl", "platform": "!windows & !uwp", - "version" : "1.1.1n" + "version>=" : "1.1.1n" }, { "name": "vcpkg-cmake", diff --git a/sdk/storage/azure-storage-common/vcpkg/vcpkg.json b/sdk/storage/azure-storage-common/vcpkg/vcpkg.json index f57ec8fea..669177059 100644 --- a/sdk/storage/azure-storage-common/vcpkg/vcpkg.json +++ b/sdk/storage/azure-storage-common/vcpkg/vcpkg.json @@ -23,7 +23,7 @@ { "name": "openssl", "platform": "!windows", - "version" : "1.1.1n" + "version>=" : "1.1.1n" }, { "name": "vcpkg-cmake",