Remove openssl compilation from Makefile

This commit is contained in:
Igor Katson 2023-12-09 10:14:47 +00:00
parent 98d6a6f054
commit 71a425ce66
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
3 changed files with 16 additions and 25 deletions

11
Cargo.lock generated
View file

@ -1670,6 +1670,15 @@ version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
[[package]]
name = "openssl-src"
version = "300.1.2+3.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94773a6131a4d91f737a31debb0b3258964a47d923ef539c8be1d496dfb5145d"
dependencies = [
"cc",
]
[[package]]
name = "openssl-sys"
version = "0.9.97"
@ -1678,6 +1687,7 @@ checksum = "c3eaad34cdd97d81de97964fc7f29e2d104f483840d906ef56daa1912338460b"
dependencies = [
"cc",
"libc",
"openssl-src",
"pkg-config",
"vcpkg",
]
@ -2014,6 +2024,7 @@ dependencies = [
"console-subscriber",
"futures",
"librqbit",
"openssl",
"parking_lot",
"parse_duration",
"regex",