mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
util/nvmutil: fix indentation in rhex()
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -935,10 +935,10 @@ rhex(void)
|
||||
#endif
|
||||
|
||||
#ifdef NVMUTIL_ARC4RANDOM_BUF
|
||||
if (!n) {
|
||||
n = sizeof(rnum);
|
||||
arc4random_buf(rnum, n);
|
||||
}
|
||||
if (!n) {
|
||||
n = sizeof(rnum);
|
||||
arc4random_buf(rnum, n);
|
||||
}
|
||||
#else
|
||||
for (max_retries = 0; max_retries < 50 && !n; max_retries++)
|
||||
n = (size_t)read_gbe_file_exact(urandom_fd,
|
||||
|
||||
Reference in New Issue
Block a user