From 8ec7a9958ae87edb3ba5299b9f32ff33e93b7ca3 Mon Sep 17 00:00:00 2001 From: Larry Osterman Date: Fri, 3 Jun 2022 16:43:08 -0700 Subject: [PATCH] Removed version>= fields for openssl in vcpkg.json files (#3705) --- 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 4c9758307..d66970c60 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 b6d33c45d..5c5363716 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 fd84a0c0c..cc7651dd6 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 eeb54ffe0..76b59e120 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",