Closed alexcrichton closed 6 years ago
openssl-sys will need to look for this feature flag since I think it binds to a couple of APIs that involve FILE *
but that should be fine.
ping @sfackler, any objections to merging?
Do you know why the linker failure wouldn't show up in the CI? It targets android right?
Might be worth rebasing this over the 1.1.1 bump and seeing if that fixes the windows build.
We test that android targets build yeah but we don't do a great job of testing it all links currently, we only pull in the OpenSSL_version_num
symbol and test that links right
Alas the answer looks to be no
Oh well. This seems fine then.
Apparently it doesn't link on Android otherwise and we don't use any of the functionality anyway!
Closes #13