alexcrichton / openssl-src-rs

Source code and logic to build OpenSSL from source
Apache License 2.0
68 stars 113 forks source link

Allow openssldir to be configured. #220

Closed DanielSidhion closed 9 months ago

DanielSidhion commented 9 months ago

This PR addresses the discussion from #162 given the unresponsiveness of the author of that PR. It won't directly resolve #161, but once this is merged, a subsequent PR can be made to the openssl-sys crate to allow propagation of the openssl dir to this code.

DanielSidhion commented 9 months ago

Thanks @alexcrichton ! To fully resolve #161 (and also unblock a few builds with nix), I'll also need to make a corresponding PR to openssl-sys to propagate their OPENSSL_DIR env var to this crate. I believe I can only do this once a new release of openssl-src is made. Do you have an idea when the next release will be available?

alexcrichton commented 9 months ago

I'll do a release when https://github.com/alexcrichton/openssl-src-rs/pull/217 is merged