From 9c7f7d86f86322b76fc903ca8a06b87c4be4bd4a Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Sat, 25 Feb 2017 22:42:27 -0500 Subject: README: document dependency on kernel crypto/hash API (#5457) The hmac and sha256 algorithms are used in sd-id128. Closes: https://github.com/systemd/systemd/issues/5454 Closes: https://github.com/systemd/systemd/issues/5455 --- README | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README b/README index ac8620c75b..a4a6493959 100644 --- a/README +++ b/README @@ -50,6 +50,11 @@ 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 -- cgit v1.2.3-54-g00ecf