Skip to content

Commit

Permalink
fix openssl?
Browse files Browse the repository at this point in the history
  • Loading branch information
xakod committed May 9, 2023
1 parent 8b2343e commit 4dd0085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/krb5/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def requirements(self):
if not is_msvc(self):
self.requires("libverto/0.3.2")
if self.options.get_safe("with_tls") == "openssl":
self.requires("openssl/3.1.0")
self.requires("openssl/[>=1.1 <4]")
if self.options.get_safe("with_tcl"):
self.requires("tcl/8.6.10")

Expand Down

0 comments on commit 4dd0085

Please sign in to comment.