Skip to content

Commit

Permalink
Switch to LTS openssl3
Browse files Browse the repository at this point in the history
  • Loading branch information
Tereius committed Dec 20, 2024
1 parent 5d178e6 commit 06c4447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class LibonvifConan(ConanFile):

def requirements(self):
if self.options.openssl:
self.requires("openssl/3.3.2")
self.requires("openssl/3.0.15@%s/stable" % self.user)

def configure(self):
if self.options.openssl:
Expand Down

0 comments on commit 06c4447

Please sign in to comment.