mirror of
https://github.com/systemd/systemd.git
synced 2026-07-25 00:35:55 +00: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