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
Add support for getrandom syscall on DragonFly BSD (#210)
DragonFly BSD supports the getrandom system call since version 5.7 [1].
Use it if available, otherwise fall back to /dev/random.
[1] https://leaf.dragonflybsd.org/cgi/web-man?command=getrandom
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
0 commit comments