From 14dc330c9c3afdec686bac6cdf528db4afc3e4aa Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Sun, 8 Jun 2025 10:04:45 +0900 Subject: [PATCH] libcrypt-util: include random-util.h Necessary for crypto_random_bytes(), which is used in the branch that HAVE_CRYPT_GENSALT_RA is false. Unfortunately, our CIs tested only the other branch. --- src/shared/libcrypt-util.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/shared/libcrypt-util.c b/src/shared/libcrypt-util.c index 7c48b5e0d30..aa41cd4458e 100644 --- a/src/shared/libcrypt-util.c +++ b/src/shared/libcrypt-util.c @@ -21,6 +21,7 @@ #include "errno-util.h" #include "libcrypt-util.h" #include "log.h" +#include "random-util.h" #include "string-util.h" #include "strv.h" -- 2.47.3