Skip to content

Commit

Permalink
(#13954) cmake: bump openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceIm authored Nov 2, 2022
1 parent f030779 commit 160c366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/cmake/3.x.x/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def config_options(self):

def requirements(self):
if self.options.with_openssl:
self.requires("openssl/1.1.1q")
self.requires("openssl/1.1.1s")

def validate(self):
if self.settings.os == "Macos" and self.settings.arch == "x86":
Expand Down

0 comments on commit 160c366

Please sign in to comment.