We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83103e6 commit 3f793dfCopy full SHA for 3f793df
vendor/cpp-netlib/conanfile.py
@@ -28,7 +28,7 @@ class CppNetlib(ConanFile):
28
requires = [
29
# CppNetlib does not work with a boost that is newer than 1.69
30
"boost/[>=1.65.0 <1.70]",
31
- "openssl/1.1.1s",
+ "openssl/1.1.1t",
32
]
33
34
def source(self):
0 commit comments