Skip to content

Commit

Permalink
Bump OpenSSL to 1.1.1t
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinDelille committed Mar 9, 2023
1 parent 8660855 commit 1a7a5b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/qt/6.x.x/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ def layout(self):
def requirements(self):
self.requires("zlib/1.2.13")
if self.options.openssl:
self.requires("openssl/1.1.1s")
self.requires("openssl/1.1.1t")
if self.options.with_pcre2:
self.requires("pcre2/10.40")
if self.options.get_safe("with_vulkan"):
Expand Down

0 comments on commit 1a7a5b7

Please sign in to comment.