alexcrichton / openssl-src-rs

Source code and logic to build OpenSSL from source
Apache License 2.0
69 stars 114 forks source link

Enable the engine feature on windows #109

Closed wez closed 3 years ago

wez commented 3 years ago

I'm doing things on Windows and that require the engine feature to be enabled so that ENGINE_by_id is available. This commit succeeds for me locally in a win64 msvc environment.

alexcrichton commented 3 years ago

Seems reasonable to me, thanks!

wez commented 3 years ago

Do you have a sense of how long it will be before this is released and there is a corresponding bump in openssl-sys?

I'm trying to gauge how awful my local patching needs to be, and for how long, rather than pressuring you to make a release :-)

alexcrichton commented 3 years ago

I'll publish once https://github.com/alexcrichton/openssl-src-rs/pull/110 is sorted out.