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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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