Skip to content
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

Sha1.h disappeared from all the platforms on NDK r11b ? #55

Closed
ninetymiles opened this issue Mar 30, 2016 · 1 comment
Closed

Sha1.h disappeared from all the platforms on NDK r11b ? #55

ninetymiles opened this issue Mar 30, 2016 · 1 comment

Comments

@ninetymiles
Copy link

On NDK r10e, all the platforms provide sha1.h.
After upgrade to r11, seems the sha1.h was removed from all platforms, and my project will failed to compile.
Must I compile and link with OpenSSL or BoringSSL from now on ?

@DanAlbert
Copy link
Member

Yes, you'll need to get checksum functions from a proper place (it was a bug that they were ever in libc).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants