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, sha2: Use libc for AArch64 consts too #109

Merged
merged 1 commit into from May 6, 2020

Conversation

linkmauve
Copy link
Contributor

@linkmauve linkmauve commented May 6, 2020

Now that rust-lang/libc#1638 got merged and a new libc release got made (0.2.68), we can use them instead of hardcoding their values.

This bumps the libc dependency to the earliest version with these consts.

There is no functional change, just one TODO less.

Now that rust-lang/libc#1638 got merged and a
new libc release got made, we can use them instead of hardcoding their
values.

This bumps the libc dependency to the earliest version with these
consts.
@tarcieri tarcieri merged commit 5502150 into RustCrypto:master May 6, 2020
@tarcieri
Copy link
Member

tarcieri commented May 6, 2020

Thanks!

@linkmauve linkmauve deleted the use-libc branch May 6, 2020 14:31
@tarcieri tarcieri mentioned this pull request May 24, 2020
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

Successfully merging this pull request may close these issues.

None yet

2 participants