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 Apr 24, 2023
1 parent 2637d65 commit 946883f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/s2n/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def layout(self):
cmake_layout(self, src_folder="src")

def requirements(self):
self.requires("openssl/3.1.0")
self.requires("openssl/[>=1 <4]")

def validate(self):
if self.settings.os == "Windows":
Expand Down

0 comments on commit 946883f

Please sign in to comment.