Skip to content

Commit 6c6af7c

Browse files
committed
try a newer version of OpenSSL
1 parent 6d4d5aa commit 6c6af7c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

vcpkg.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@
2020
"abseil",
2121
"c-ares",
2222
"re2",
23-
"openssl",
23+
{
24+
"name": "openssl",
25+
"version>=": "3.5.0"
26+
},
2427
"upb"
2528
]
2629
}

0 commit comments

Comments
 (0)