mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
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.
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user