diff options
author | Lennart Poettering <lennart@poettering.net> | 2022-09-07 11:35:47 +0200 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2022-09-07 12:04:34 +0200 |
commit | 2c3794f4228162c9bfd9e10886590d9f5b1920d7 (patch) | |
tree | 7d26fca4ad87c7ee8fd82b3af72ccd1817414d96 /README | |
parent | README: make section title less confusing (diff) | |
download | systemd-2c3794f4228162c9bfd9e10886590d9f5b1920d7.tar.xz systemd-2c3794f4228162c9bfd9e10886590d9f5b1920d7.zip |
README: we don't use crypto API in kernel anymore
This effectively reverts 9c7f7d86f86322b76fc903ca8a06b87c4be4bd4a.
We dropped kernel crypto API use with
1fc8d0c9dd6a21de81e49cfa01af4a4d9a3ed37d, hence catch up in README.
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -64,11 +64,6 @@ REQUIREMENTS: CONFIG_PROC_FS CONFIG_FHANDLE (libudev, mount and bind mount handling) - Kernel crypto/hash API: - CONFIG_CRYPTO_USER_API_HASH - CONFIG_CRYPTO_HMAC - CONFIG_CRYPTO_SHA256 - udev will fail to work with the legacy sysfs layout: CONFIG_SYSFS_DEPRECATED=n |