This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Description
/home/xyh/play/rust/substrate (master)
cargo test --all
Compiling openssl v0.9.24
error: failed to run custom build command for `openssl v0.9.24`
process didn't exit successfully: `/home/xyh/play/rust/substrate/target/debug/build/openssl-275cba95758aecaa/build-script-build` (exit code: 101)
--- stderr
thread 'main' panicked at 'Unable to detect OpenSSL version', /home/xyh/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.9.24/build.rs:16:14
note: Run with `RUST_BACKTRACE=1` for a backtrace.
101 /home/xyh/play/rust/substrate (master)
openssl version
OpenSSL 1.1.1 11 Sep 2018
but I saw that even this (old) version of the openssl crate should support OpenSSL 1.1.1
https://crates.io/crates/openssl/0.9.24