Skip to content

Commit

Permalink
upgrade openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
dvirtz committed Jan 12, 2022
1 parent 95efd0b commit 574fb48
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 @@ -353,7 +353,7 @@ def requirements(self):
else:
self.requires("aws-c-event-stream/0.1.5")
if self.settings.os != "Windows":
self.requires("openssl/1.1.1l")
self.requires("openssl/1.1.1m")
self.requires("libcurl/7.78.0")
if self.settings.os in ["Linux", "FreeBSD"]:
if self.options.get_safe("text-to-speech"):
Expand Down

0 comments on commit 574fb48

Please sign in to comment.