Closed DanielSidhion closed 12 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?
I'll do a release when https://github.com/alexcrichton/openssl-src-rs/pull/217 is merged
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.