Skip to content

Commit 3dc392c

Browse files
committed
pin back on openssl-sys that builds for us on Windows
We need the engine changes that are present in openssl-src-300, which were last in openssl-sys 0.9.71. We can remove this constraint when the problem that produced this rollback is resolved. refs: sfackler/rust-openssl#1578
1 parent 0b81a46 commit 3dc392c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

libssh-rs-sys/Cargo.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ cc = "1.0"
1616

1717
[dependencies]
1818
libz-sys = { optional=true, version = "1.1", default-features = false, features = ["libc"] }
19-
openssl-sys = "0.9.70"
19+
# Pinned on this last version with openssl-src-300 until a newer release
20+
# is made that unblocks it.
21+
# <https://github.com/sfackler/rust-openssl/pull/1578>
22+
openssl-sys = "=0.9.71"
2023

2124
[features]
2225
vendored = ["libz-sys"]

0 commit comments

Comments
 (0)