Skip to content

remove initial OpenBSD support

guijan requested to merge guijan/libbsd:remove-openbsd into main

libbsd doesn't build on OpenBSD (I run it, I tried), and for whatever reason it has what seems to be a very initial and incomplete arc4random() implementation, even though that function was born in OpenBSD. This patch removes it.

Merge request reports