mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
util/nvmutil: remove pointless comment
itt's totally obvious Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -1133,13 +1133,8 @@ rhex(void)
|
||||
static size_t n = 0;
|
||||
static uint8_t rnum[12];
|
||||
|
||||
if (use_prng) {
|
||||
/*
|
||||
* On very old Unix systems that
|
||||
* lack /dev/random and /dev/urandom
|
||||
*/
|
||||
if (use_prng)
|
||||
return fallback_rand();
|
||||
}
|
||||
|
||||
if (urandom_fd < 0)
|
||||
err(ECANCELED, "Your operating system has no /dev/[u]random");
|
||||
|
||||
Reference in New Issue
Block a user