Skip to content

Commit

Permalink
use version range for openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceIm committed Aug 27, 2023
1 parent 190d67a commit 34cb514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/aws-sdk-cpp/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ def requirements(self):
self.requires("aws-c-io/0.10.20")
self.requires("aws-crt-cpp/0.17.23", transitive_headers=True)
if self.settings.os != "Windows":
self.requires("openssl/3.1.0")
self.requires("openssl/[>=1.1 <4]")
self.requires("libcurl/8.0.1")
if self.settings.os in ["Linux", "FreeBSD"]:
if self.options.get_safe("text-to-speech"):
Expand Down

0 comments on commit 34cb514

Please sign in to comment.