Add openssl to windows reqs (#5074)

This commit is contained in:
Zach H
2024-07-13 12:38:43 -04:00
committed by GitHub
parent 153f73c308
commit 245edcefdd

View File

@@ -3,6 +3,7 @@
"dependencies": [ "dependencies": [
"gtest", "gtest",
"liblzma", "liblzma",
"openssl",
"protobuf", "protobuf",
"pthreads", "pthreads",
"zlib" "zlib"