Skip to content

Commit

Permalink
Remove openssl override (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
szmyd authored Aug 19, 2024
1 parent 9d152fc commit 90146ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ def requirements(self):
if self.options.spdk:
self.requires("spdk/nbi.21.07.y", transitive_headers=True)
self.requires("pistache/nbi.0.0.5", transitive_headers=True)
self.requires("openssl/3.2.2", override=True)
self.requires("libcurl/8.4.0", override=True)
self.requires("lz4/1.9.4", override=True)
self.requires("zstd/1.5.5", override=True)
Expand Down

0 comments on commit 90146ba

Please sign in to comment.