summaryrefslogtreecommitdiff
path: root/src/boot/bootctl.c
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2022-11-16 19:27:50 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2022-11-17 12:22:27 +0100
commit3daeef088410cdddef622007f95b0a1b4a439532 (patch)
tree5e2cf2d77f316c848ff972d0272f0244dbd00b66 /src/boot/bootctl.c
parentffa8d1ba39d8b5cc3f68e90de0f636355772d6ff (diff)
downloadsystemd-3daeef088410cdddef622007f95b0a1b4a439532.tar.gz
random-seed: handle post-merge review nits
These are various misc things that came up after merging.
Diffstat (limited to 'src/boot/bootctl.c')
-rw-r--r--src/boot/bootctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/bootctl.c b/src/boot/bootctl.c
index e04424b379..afda914d52 100644
--- a/src/boot/bootctl.c
+++ b/src/boot/bootctl.c
@@ -1975,7 +1975,7 @@ static int verb_list(int argc, char *argv[], void *userdata) {
static int install_random_seed(const char *esp) {
_cleanup_(unlink_and_freep) char *tmp = NULL;
- unsigned char buffer[RANDOM_EFI_SEED_SIZE];
+ uint8_t buffer[RANDOM_EFI_SEED_SIZE];
_cleanup_free_ char *path = NULL;
_cleanup_close_ int fd = -1;
size_t token_size;