-
-
Notifications
You must be signed in to change notification settings - Fork 760
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to build against Android NDK since 0.10.30 with min API < 23 #1315
Comments
I'm not sure I understand what action you would like to be taken here. |
The new build depends on symbol |
That appears to be a problem in OpenSSL itself: openssl/openssl#3826 |
Somehow the issue only happens when we are depending on 0.10.30. 0.10.29 worked fine though. See: shadowsocks/shadowsocks-rust@b0569e5 |
0.10.30 may have finally referenced something that requires that symbol, dunno. The problem is in OpenSSL, not this crate, though. |
One of the error stems from here: https://github.com/openssl/openssl/blob/904f42509f8d5e6210113e49a7e41ed2b1dd5a81/engines/e_afalg.c#L808 This line has been here since forever. I think the issue might be due to how openssl-sys was built. |
Maybe the issue was in openssl-src. The build worked fine for 111.9.0+1.1.1g but this issue shows up for 111.10.1+1.1.1g. |
It's probably best to file this on the openssl-src repository then. |
Thanks! |
Related:
The text was updated successfully, but these errors were encountered: