Skip to content

Commit

Permalink
resiprocate: use fixed openssl version
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Nov 2, 2023
1 parent ccc7f0b commit 9645bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/resiprocate/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def layout(self):

def requirements(self):
if self.options.with_ssl:
self.requires("openssl/[~1.1]")
self.requires("openssl/1.1.1w")
if self.options.with_postgresql:
self.requires("libpq/15.3")
if self.options.with_mysql:
Expand Down

0 comments on commit 9645bd5

Please sign in to comment.