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

Avoid using libc::af_alg_iv to get rid of deprecation warnings #1329

Closed
wants to merge 1 commit into from

Conversation

coolreader18
Copy link
Contributor

rust-lang/libc#1501

Not sure if this is the best approach, or whether we should just define our own version? Though I know that's generally avoided in nix. Alternatively, we could just slap a #[allow(deprecated)] on it and figure it out later, but I just wanted to do something because it's causing CI to fail.

@tamird
Copy link
Contributor

tamird commented Nov 12, 2020

Upstream's deprecation warning is informational, it is intended to let folks know that the type is soon changing. I've addressed this as part of #1285.

bors bot added a commit that referenced this pull request Nov 16, 2020
1332: Suppress temporary libc deprecations r=asomers a=tamird

See individual commits.

This PR is an alternative to #1329.

@asomers 

Co-authored-by: Tamir Duberstein <tamird@gmail.com>
bors bot added a commit that referenced this pull request Nov 16, 2020
1332: Suppress temporary libc deprecations r=asomers a=tamird

See individual commits.

This PR is an alternative to #1329.

@asomers 

Co-authored-by: Tamir Duberstein <tamird@gmail.com>
@asomers
Copy link
Member

asomers commented Nov 28, 2020

Fixed by #1332 instead.

@asomers asomers closed this Nov 28, 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

3 participants