mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-03-25 13:29:03 +02:00
util/nvmutil: remove unused variable in rhex
on bsd Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -930,7 +930,9 @@ rhex(void)
|
||||
{
|
||||
static size_t n = 0;
|
||||
static uint8_t rnum[12];
|
||||
#ifndef NVMUTIL_ARC4RANDOM_BUF
|
||||
int max_retries;
|
||||
#endif
|
||||
|
||||
#ifdef NVMUTIL_ARC4RANDOM_BUF
|
||||
if (!n) {
|
||||
|
||||
Reference in New Issue
Block a user