Skip to content

Commit

Permalink
resiprocate: temporarily use openssl/3.x to see if it resolves the mi…
Browse files Browse the repository at this point in the history
…ssing binary issue
  • Loading branch information
valgur committed Jan 5, 2024
1 parent 63cad62 commit d5637bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipes/resiprocate/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ def layout(self):

def requirements(self):
if self.options.with_ssl:
self.requires("openssl/1.1.1w") # OpenSSL 3.x is not supported
# self.requires("openssl/1.1.1w") # OpenSSL 3.x is not supported
self.requires("openssl/[>=1.1 <4]")
if self.options.with_postgresql:
self.requires("libpq/15.4")
if self.options.with_mysql:
Expand Down

0 comments on commit d5637bd

Please sign in to comment.