Skip to content

Commit b41943e

Browse files
committed
Use vendored version of openssl
1 parent 71af10b commit b41943e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Cargo.lock

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ subprocess = "0.2.2"
9292
num_cpus = "1"
9393
socket2 = { version = "0.3", features = ["unix"] }
9494
rustyline = "6.0"
95-
openssl = "0.10"
95+
openssl = { version = "0.10", features = ["vendored"] }
9696
openssl-sys = "0.9"
9797

9898
[target.'cfg(not(any(target_arch = "wasm32", target_os = "redox")))'.dependencies]

0 commit comments

Comments
 (0)