You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think forcing cargo to pick openssl-src 300.0.13+3.0.8 should resolve this issue.
I tried updating src/rust/Cargo.toml as follows but it is still failing with above error.
openssl-src = { version = "300.0.13+3.0.8" }
openssl = { version = "0.10", features = ["vendored"] }
openssl-sys = { version = "0.9.92", optional = true }
The text was updated successfully, but these errors were encountered:
Hi, I am trying to build cryptography 42.0.8 with custom OpenSSL 3.0.13.
It fails with following error.
Root cause:
OSSL_TRACE_CATEGORY_HTTP
is introduced in OpenSSL3.1.0openssl/include/openssl/trace.h at openssl-3.1.0 · openssl/openssl · GitHub
I think forcing cargo to pick
openssl-src 300.0.13+3.0.8
should resolve this issue.I tried updating
src/rust/Cargo.toml
as follows but it is still failing with above error.The text was updated successfully, but these errors were encountered: