Skip to content

Commit 1a5d3b2

Browse files
committed
Remove openssl dependency
1 parent df9d4f9 commit 1a5d3b2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

conanfile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ def layout(self):
9090
def requirements(self):
9191
self.requires("protobuf/3.21.12", transitive_headers = True)
9292
self.requires("asio-grpc/2.9.2")
93-
self.requires("openssl/3.2.1")
9493

9594
def validate(self):
9695
# validate the minimum cpp standard supported. For C++ projects only

0 commit comments

Comments
 (0)