]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
libcrypt-util: include random-util.h
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 8 Jun 2025 01:04:45 +0000 (10:04 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 9 Jun 2025 13:45:23 +0000 (22:45 +0900)
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

index 7c48b5e0d30d2b9b0e1acbddca3d02560fcd33d7..aa41cd4458e31421ac38e693bb55c05d56764553 100644 (file)
@@ -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"