diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-13 03:18:52 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-13 03:18:52 +0000 |
| commit | 54854200a7712ed51d5368feb9c3e389ef9d5da2 (patch) | |
| tree | 91738c8596fef1071a8abbb82ec315d0a3269fd6 /util/nvmutil/nvmutil.c | |
| parent | d826e3f6fd57d2bd0c79187bc415a5abf4eb2be1 (diff) | |
util/nvmutil: remove pointless comment
itt's totally obvious
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/nvmutil/nvmutil.c')
| -rw-r--r-- | util/nvmutil/nvmutil.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/util/nvmutil/nvmutil.c b/util/nvmutil/nvmutil.c index b1043ed5..39a30f3d 100644 --- a/util/nvmutil/nvmutil.c +++ b/util/nvmutil/nvmutil.c @@ -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"); |
