From e000e990444a7d5e4524d54cd1b89653c95da117 Mon Sep 17 00:00:00 2001 From: Larry Osterman Date: Fri, 3 Jun 2022 10:57:20 -0700 Subject: [PATCH] Removed version>= fields for openssl in vcpkg.json files --- sdk/attestation/azure-security-attestation/vcpkg/vcpkg.json | 3 +-- sdk/core/azure-core/vcpkg/vcpkg.json | 3 +-- sdk/storage/azure-storage-common/vcpkg.json | 3 +-- sdk/storage/azure-storage-common/vcpkg/vcpkg.json | 3 +-- 4 files changed, 4 insertions(+), 8 deletions(-) diff --git a/sdk/attestation/azure-security-attestation/vcpkg/vcpkg.json b/sdk/attestation/azure-security-attestation/vcpkg/vcpkg.json index 4c97583075..d66970c60e 100644 --- a/sdk/attestation/azure-security-attestation/vcpkg/vcpkg.json +++ b/sdk/attestation/azure-security-attestation/vcpkg/vcpkg.json @@ -25,8 +25,7 @@ "host": true }, { - "name": "openssl", - "version>=": "1.1.1n" + "name": "openssl" } ] } diff --git a/sdk/core/azure-core/vcpkg/vcpkg.json b/sdk/core/azure-core/vcpkg/vcpkg.json index b6d33c45dc..5c53637162 100644 --- a/sdk/core/azure-core/vcpkg/vcpkg.json +++ b/sdk/core/azure-core/vcpkg/vcpkg.json @@ -13,8 +13,7 @@ "dependencies": [ { "name": "openssl", - "platform": "!windows & !uwp", - "version>=": "1.1.1n" + "platform": "!windows & !uwp" }, { "name": "vcpkg-cmake", diff --git a/sdk/storage/azure-storage-common/vcpkg.json b/sdk/storage/azure-storage-common/vcpkg.json index fd84a0c0cf..cc7651dd6e 100644 --- a/sdk/storage/azure-storage-common/vcpkg.json +++ b/sdk/storage/azure-storage-common/vcpkg.json @@ -19,8 +19,7 @@ }, { "name": "openssl", - "platform": "!windows", - "version>=": "1.1.1n" + "platform": "!windows" }, { "name": "vcpkg-cmake", diff --git a/sdk/storage/azure-storage-common/vcpkg/vcpkg.json b/sdk/storage/azure-storage-common/vcpkg/vcpkg.json index eeb54ffe09..76b59e120b 100644 --- a/sdk/storage/azure-storage-common/vcpkg/vcpkg.json +++ b/sdk/storage/azure-storage-common/vcpkg/vcpkg.json @@ -22,8 +22,7 @@ }, { "name": "openssl", - "platform": "!windows", - "version>=": "1.1.1n" + "platform": "!windows" }, { "name": "vcpkg-cmake",