Skip to content

Commit 3f793df

Browse files
committed
vendor: Update openssl require to 1.1.1t for cpp-netlib
1 parent 83103e6 commit 3f793df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vendor/cpp-netlib/conanfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class CppNetlib(ConanFile):
2828
requires = [
2929
# CppNetlib does not work with a boost that is newer than 1.69
3030
"boost/[>=1.65.0 <1.70]",
31-
"openssl/1.1.1s",
31+
"openssl/1.1.1t",
3232
]
3333

3434
def source(self):

0 commit comments

Comments
 (0)