From 245edcefddabaaceb0de7fa8164df83ea365a438 Mon Sep 17 00:00:00 2001 From: Zach H Date: Sat, 13 Jul 2024 12:38:43 -0400 Subject: [PATCH] Add openssl to windows reqs (#5074) --- vcpkg.json | 1 + 1 file changed, 1 insertion(+) diff --git a/vcpkg.json b/vcpkg.json index b4c10f63d..ac7b75d07 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -3,6 +3,7 @@ "dependencies": [ "gtest", "liblzma", + "openssl", "protobuf", "pthreads", "zlib"