mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-03-25 13:29:03 +02:00
util/nvmutil: remove arc4random on linux
linux only had it since 2022. lots of people will complain if i leave this enabled. not all libc have it either Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -44,8 +44,7 @@
|
||||
* at build time if you need old Linux / other libc.
|
||||
*/
|
||||
#if defined(__OpenBSD__) || defined(__FreeBSD__) || \
|
||||
defined(__NetBSD__) || defined(__APPLE__) || \
|
||||
defined(__linux__)
|
||||
defined(__NetBSD__) || defined(__APPLE__)
|
||||
#ifndef HAVE_ARC4RANDOM_BUF
|
||||
#define HAVE_ARC4RANDOM_BUF 1
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user