]> git.ipfire.org Git - thirdparty/libbsd.git/commit
Remove arc4random() OpenBSD support
authorGuilherme Janczak <guilherme.janczak@yandex.com>
Fri, 31 Dec 2021 08:25:08 +0000 (08:25 +0000)
committerGuillem Jover <guillem@hadrons.org>
Wed, 30 Mar 2022 20:55:56 +0000 (22:55 +0200)
commite5ed5fdd62aeec980dfeb596b191f7deeb364030
tree2c2040cef22d7e2193f854be7a74378dfb670ff3
parentabb1a6b1a74cb6ae8cf4ef2a27fea34c2cd0e4f5
Remove arc4random() OpenBSD support

The arc4random() support for OpenBSD does not build. The intention was
to include any portability code so that the library could be easily
ported to such systems, but it makes little sense to build it on OpenBSD
where most of the functionality will be already present, or the software
would have been ported anyway.

[guillem@hadrons.org: Reword commit message to add rationale. ]

Closes: !15
Signed-off-by: Guillem Jover <guillem@hadrons.org>
COPYING
src/Makefile.am
src/arc4random.h
src/arc4random_openbsd.h [deleted file]