浏览代码

Remove vcpkg baseline as openssl build has been fixed upstream

Yihong Wu 3 年之前
父节点
当前提交
5146bbbadc
共有 1 个文件被更改,包括 1 次插入8 次删除
  1. 1 8
      vcpkg.json

+ 1 - 8
vcpkg.json

@@ -6,12 +6,5 @@
     "libsodium",
     "openssl",
     "zlib"
-  ],
-  "overrides": [
-    {
-      "name": "openssl",
-      "version-string": "1.1.1n"
-    }
-  ],
-  "builtin-baseline": "f6af75acc923c833a5620943e3fc7d5e4930f0df"
+  ]
 }