diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-09 17:45:50 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-09 17:45:50 +0000 |
| commit | cd63f1a7f34781ee9c85c7d1c31353c2e123d404 (patch) | |
| tree | 71139432f42ebba2fa1b5a787db80e5c9fce2aeb /util/nvmutil/nvmutil.c | |
| parent | 646e3498932b1b6445d391e55e8a768bf3fe980c (diff) | |
util/nvmutil: remove unused variable in rhex
on bsd
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/nvmutil/nvmutil.c')
| -rw-r--r-- | util/nvmutil/nvmutil.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/nvmutil/nvmutil.c b/util/nvmutil/nvmutil.c index f3e6dd76..998c8f96 100644 --- a/util/nvmutil/nvmutil.c +++ b/util/nvmutil/nvmutil.c @@ -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) { |
