You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?