mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-18 04:22:15 +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 size_t n = 0;
|
||||||
static uint8_t rnum[12];
|
static uint8_t rnum[12];
|
||||||
|
#ifndef NVMUTIL_ARC4RANDOM_BUF
|
||||||
int max_retries;
|
int max_retries;
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef NVMUTIL_ARC4RANDOM_BUF
|
#ifdef NVMUTIL_ARC4RANDOM_BUF
|
||||||
if (!n) {
|
if (!n) {
|
||||||
|
|||||||
Reference in New Issue
Block a user