libreboot-utils: replace rlong() with rset()

now you can send an arbitrary number of bytes
with random numbers

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-25 18:01:38 +00:00
parent 00b56c0278
commit a70ede850d
4 changed files with 9 additions and 26 deletions
+1 -1
View File
@@ -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
*/