]> git.ipfire.org Git - thirdparty/systemd.git/commit
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)
commit14dc330c9c3afdec686bac6cdf528db4afc3e4aa
tree525e8d62a0c3c60e058999dd443042be27e0f032
parent6c12289fc8171a09aa687f187d434171fb435dc1
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