From 7d6bee562657183e2390ceb91201455a895c683e Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Wed, 25 Mar 2026 18:01:38 +0000 Subject: libreboot-utils: replace rlong() with rset() now you can send an arbitrary number of bytes with random numbers Signed-off-by: Leah Rowe --- util/libreboot-utils/include/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/libreboot-utils/include') diff --git a/util/libreboot-utils/include/common.h b/util/libreboot-utils/include/common.h index fb3aa886..98fcfc27 100644 --- a/util/libreboot-utils/include/common.h +++ b/util/libreboot-utils/include/common.h @@ -384,7 +384,7 @@ int dcat(const char *s, size_t n, */ unsigned short hextonum(char ch_s); -size_t rlong(void); +void rset(void *buf, size_t n); /* Helper functions for command: dump */ -- cgit v1.2.1