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

Remove file-based RNG fallback on DragonflyBSD #402

Closed
josephlr opened this issue Mar 12, 2024 · 1 comment · Fixed by #411
Closed

Remove file-based RNG fallback on DragonflyBSD #402

josephlr opened this issue Mar 12, 2024 · 1 comment · Fixed by #411

Comments

@josephlr
Copy link
Member

In rust-lang/rust#121942 (also see rust-lang/rust#122356), libstd moved to just unconditionally calling libc::getrandom on Dragonfly BSD. This breaks Dragonfly BSD releases before 5.7, but this was judged to be acceptable (based on what targets Rust wants to support).

@newpavlov would it make sense for us to do the same thing?

Blocked by: rust-lang/libc#3618

@newpavlov
Copy link
Member

Yes, I think we can follow std here as per our platform support policy.

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 a pull request may close this issue.

2 participants