lbutils: support using arc4random on linux

-DUSE_ARC4=1

use that

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-04-01 12:44:38 +01:00
parent 44004191cb
commit 4e72555ac7
2 changed files with 16 additions and 5 deletions
-1
View File
@@ -7,7 +7,6 @@
CC = cc
HELLCC = clang
OLDCC = $(CC) -DUSE_URANDOM=1 -DUSE_OPENAT
CFLAGS = -Os -Wall -Wextra -std=c99 -pedantic -Werror
LDFLAGS =