Closed wez closed 3 years ago
Seems reasonable to me, thanks!
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 :-)
I'll publish once https://github.com/alexcrichton/openssl-src-rs/pull/110 is sorted out.
I'm doing things on Windows and that require the
engine
feature to be enabled so thatENGINE_by_id
is available. This commit succeeds for me locally in a win64 msvc environment.