Skip to content

Commit

Permalink
(conan-io#18513) adds range of openssl libs to have wider compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
jabbas authored and pezy committed Jul 15, 2023
1 parent 2f9a5f0 commit 319b269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/jwt-cpp/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def export_sources(self):
export_conandata_patches(self)

def requirements(self):
self.requires("openssl/1.1.1s")
self.requires("openssl/[>1.1.1c,<1.1.1u]")
if not self._supports_generic_json:
self.requires("picojson/1.3.0")

Expand Down

0 comments on commit 319b269

Please sign in to comment.