We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I got this error while running cargo build
cargo build
Compiling openssl v0.9.24 Compiling tokio-threadpool v0.1.14 Compiling logging v0.1.0 (/home/e/Local/exodus/logging) Compiling phf_generator v0.7.24 Compiling mio-uds v0.6.7 error: failed to run custom build command for `openssl v0.9.24` process didn't exit successfully: `/home/e/Local/exodus/target/debug/build/openssl-25e0f4547135f68b/build-script-build` (exit code: 101) thread 'main' panicked at 'Unable to detect OpenSSL version', /home/e/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/openssl-0.9.24/build.rs:16:14 note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
My symptom is exactly the same as this issue. It seems that the the dependency hyper-tls is so old that it requires the old-fashioned openssl v0.9.24.
hyper-tls
The text was updated successfully, but these errors were encountered:
@contrun 目前已经开始重写了。
加密库这块,已经不再依赖 openssl 和 ring 了。
openssl
ring
支持的算法:
https://github.com/ExodusVPN/exodus/tree/rewrite/crates/crypto
Sorry, something went wrong.
LuoZijun
No branches or pull requests
I got this error while running
cargo build
My symptom is exactly the same as this issue.
It seems that the the dependency
hyper-tls
is so old that it requires the old-fashioned openssl v0.9.24.The text was updated successfully, but these errors were encountered: